summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r--gtk/gtklabel.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index f5ba616172..ecfb9682df 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -26,7 +26,6 @@
#include <config.h>
#include <math.h>
#include <string.h>
-#include "gtkalias.h"
#include "gtklabel.h"
#include "gtkdnd.h"
#include "gtkmain.h"
@@ -42,6 +41,7 @@
#include "gtknotebook.h"
#include "gtkstock.h"
#include "gtkbindings.h"
+#include "gtkalias.h"
#define GTK_LABEL_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), GTK_TYPE_LABEL, GtkLabelPrivate))
@@ -3951,3 +3951,6 @@ gtk_label_do_popup (GtkLabel *label,
popup_position_func, label,
0, gtk_get_current_event_time ());
}
+
+#define __GTK_LABEL_C__
+#include "gtkaliasdef.c"