fix-crash.diff 805 B

12345678910111213141516171819202122
  1. diff --git i/libgda-ui/data-entries/plugins/libmain.c w/libgda-ui/data-entries/plugins/libmain.c
  2. index a30c2db2c3258111..1356488c8b0940f9 100644
  3. --- i/libgda-ui/data-entries/plugins/libmain.c
  4. +++ w/libgda-ui/data-entries/plugins/libmain.c
  5. @@ -39,15 +39,7 @@
  6. #endif
  7. #ifdef HAVE_GTKSOURCEVIEW
  8. - #ifdef GTK_DISABLE_SINGLE_INCLUDES
  9. - #undef GTK_DISABLE_SINGLE_INCLUDES
  10. - #endif
  11. -
  12. - #include <gtksourceview/gtksourceview.h>
  13. - #include <gtksourceview/gtksourcelanguagemanager.h>
  14. - #include <gtksourceview/gtksourcebuffer.h>
  15. - #include <gtksourceview/gtksourcestyleschememanager.h>
  16. - #include <gtksourceview/gtksourcestylescheme.h>
  17. +#include <gtksourceview/gtksource.h>
  18. #endif
  19. static GdauiDataEntry *plugin_entry_filesel_create_func (GdaDataHandler *handler, GType type, const gchar *options);