summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkcombobox.c')
-rw-r--r--gtk/gtkcombobox.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c
index c1ac9332bd..5a9a8b7b12 100644
--- a/gtk/gtkcombobox.c
+++ b/gtk/gtkcombobox.c
@@ -18,7 +18,6 @@
*/
#include <config.h>
-#include "gtkalias.h"
#include "gtkcombobox.h"
#include "gtkarrow.h"
@@ -51,6 +50,7 @@
#include "gtkintl.h"
#include "gtktreeprivate.h"
+#include "gtkalias.h"
/* WELCOME, to THE house of evil code */
@@ -5140,3 +5140,6 @@ gtk_combo_box_get_focus_on_click (GtkComboBox *combo)
return combo->priv->focus_on_click;
}
+
+#define __GTK_COMBO_BOX_C__
+#include "gtkaliasdef.c"