diff options
Diffstat (limited to 'gtk/gtkfilechooserutils.c')
-rw-r--r-- | gtk/gtkfilechooserutils.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserutils.c b/gtk/gtkfilechooserutils.c index 2ba38fbf52..91275db9b2 100644 --- a/gtk/gtkfilechooserutils.c +++ b/gtk/gtkfilechooserutils.c @@ -20,11 +20,11 @@ */ #include <config.h> -#include "gtkalias.h" #include "gtkfilechooserutils.h" #include "gtkfilechooser.h" #include "gtkfilesystem.h" #include "gtktypebuiltins.h" +#include "gtkalias.h" static gboolean delegate_set_current_folder (GtkFileChooser *chooser, const GtkFilePath *path, @@ -341,3 +341,6 @@ delegate_file_activated (GtkFileChooser *chooser, { g_signal_emit_by_name (data, "file-activated"); } + +#define __GTK_FILE_CHOOSER_UTILS_C__ +#include "gtkaliasdef.c" |