diff options
Diffstat (limited to 'gtk/gtkfilechooserbutton.c')
-rw-r--r-- | gtk/gtkfilechooserbutton.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index eb7815e0c4..dedd2a9fe8 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -30,7 +30,6 @@ #include <string.h> -#include "gtkalias.h" #include "gtkintl.h" #include "gtkbutton.h" #include "gtkcelllayout.h" @@ -56,6 +55,8 @@ #include "gtkfilesystemwin32.h" #endif +#include "gtkalias.h" + /* **************** * * Private Macros * * **************** */ @@ -2339,3 +2340,6 @@ gtk_file_chooser_button_set_width_chars (GtkFileChooserButton *button, gtk_label_set_width_chars (GTK_LABEL (button->priv->label), n_chars); g_object_notify (G_OBJECT (button), "width-chars"); } + +#define __GTK_FILE_CHOOSER_BUTTON_C__ +#include "gtkaliasdef.c" |