diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 7dcf9c0e9e..ae89e04e03 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -838,7 +838,7 @@ gtk_file_chooser_default_init (GtkFileChooserInterface *iface) * * Since: 3.0 */ - g_object_interface_install_property (g_iface, + g_object_interface_install_property (iface, g_param_spec_boxed ("root-uris", P_("Root URIs"), P_("The URIs, if any, to use as the root for all access in the file chooser."), @@ -3017,7 +3017,4 @@ _gtk_file_chooser_get_visible_roots (GtkFileChooser *chooser) } -#define __GTK_FILE_CHOOSER_C__ -#include "gtkaliasdef.c" - /* vim: et sw=2 cinoptions=(0,t0,f1s,n-1s,{1s,>2s,^-1s */ diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index b77862da1d..9df4b7402d 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -3032,8 +3032,3 @@ gtk_file_chooser_button_get_focus_on_click (GtkFileChooserButton *button) return button->priv->focus_on_click; } - -#define __GTK_FILE_CHOOSER_BUTTON_C__ -#include "gtkaliasdef.c" - -/* vim: et sw=2 cinoptions=(0,t0,f1s,n-1s,{1s,>2s,^-1s */ diff --git a/gtk/gtkpathbar.c b/gtk/gtkpathbar.c index d83fbd816a..4f027440e0 100644 --- a/gtk/gtkpathbar.c +++ b/gtk/gtkpathbar.c @@ -1960,8 +1960,3 @@ _gtk_path_bar_down (GtkPathBar *path_bar) } } } - -#define __GTK_PATH_BAR_C__ -#include "gtkaliasdef.c" - -/* vim: et sw=2 cinoptions=(0,t0,f1s,n-1s,{1s,>2s,^-1s */