mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
21 lines
801 B
Text
21 lines
801 B
Text
diff --git i/libgda-ui/data-entries/plugins/libmain.c w/libgda-ui/data-entries/plugins/libmain.c
|
|
index a30c2db2c3258111..1356488c8b0940f9 100644
|
|
--- libgda-ui/data-entries/plugins/libmain.c
|
|
+++ libgda-ui/data-entries/plugins/libmain.c
|
|
@@ -39,15 +39,7 @@
|
|
#endif
|
|
|
|
#ifdef HAVE_GTKSOURCEVIEW
|
|
- #ifdef GTK_DISABLE_SINGLE_INCLUDES
|
|
- #undef GTK_DISABLE_SINGLE_INCLUDES
|
|
- #endif
|
|
-
|
|
- #include <gtksourceview/gtksourceview.h>
|
|
- #include <gtksourceview/gtksourcelanguagemanager.h>
|
|
- #include <gtksourceview/gtksourcebuffer.h>
|
|
- #include <gtksourceview/gtksourcestyleschememanager.h>
|
|
- #include <gtksourceview/gtksourcestylescheme.h>
|
|
+#include <gtksourceview/gtksource.h>
|
|
#endif
|
|
|
|
static GdauiDataEntry *plugin_entry_filesel_create_func (GdaDataHandler *handler, GType type, const gchar *options);
|