Make it build

This commit is contained in:
Matthias Clasen
2010-10-07 07:04:24 -04:00
parent 2ac688681c
commit 44ef4e8bb9
3 changed files with 1 additions and 14 deletions

View File

@@ -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 */

View File

@@ -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 */

View File

@@ -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 */