diff options
Diffstat (limited to 'gtk/gtkclist.c')
-rw-r--r-- | gtk/gtkclist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkclist.c b/gtk/gtkclist.c index 2517409ed0..35d9eb31a0 100644 --- a/gtk/gtkclist.c +++ b/gtk/gtkclist.c @@ -31,6 +31,8 @@ #include <string.h> #undef GDK_DISABLE_DEPRECATED +#undef GTK_DISABLE_DEPRECATED +#define __GTK_CLIST_C__ #include <gdk/gdkkeysyms.h> @@ -7790,6 +7792,4 @@ gtk_clist_set_button_actions (GtkCList *clist, } } -#define __GTK_CLIST_C__ #include "gtkaliasdef.c" - |