[libgd] Fix cut&paste errors in the toolbar header



commit ee7333b87b57d9c5f0ff614c11e43bd37d6a30ce
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun Feb 3 17:55:15 2013 +0100

    Fix cut&paste errors in the toolbar header

 libgd/gd-main-toolbar.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgd/gd-main-toolbar.h b/libgd/gd-main-toolbar.h
index 8b39d14..555e682 100644
--- a/libgd/gd-main-toolbar.h
+++ b/libgd/gd-main-toolbar.h
@@ -101,10 +101,10 @@ void        gd_main_toolbar_add_widget (GdMainToolbar *self,
                                         GtkWidget *widget,
                                         gboolean pack_start);
 
-gboolean    gd_main_view_get_show_modes (GdMainToolbar *self);
+gboolean    gd_main_toolbar_get_show_modes (GdMainToolbar *self);
 
-void        gd_main_view_set_show_modes (GdMainToolbar *self,
-                                         gboolean show_modes);
+void        gd_main_toolbar_set_show_modes (GdMainToolbar *self,
+                                            gboolean show_modes);
 
 G_END_DECLS
 



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