[gtk+/multiroot-filechooser] Make it build



commit 44ef4e8bb91c243f5f7410321da095742869b125
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Oct 7 07:04:24 2010 -0400

    Make it build

 gtk/gtkfilechooser.c       |    5 +----
 gtk/gtkfilechooserbutton.c |    5 -----
 gtk/gtkpathbar.c           |    5 -----
 3 files changed, 1 insertions(+), 14 deletions(-)
---
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c
index 7dcf9c0..ae89e04 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 b77862d..9df4b74 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 d83fbd8..4f02744 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 */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]