[nautilus-actions] Rename MenuBarVBox to MenubarVBox to be consistent with Statusbar



commit 2fde92bcabec07ab02e271f4243c9ae00ab8c110
Author: Pierre Wieser <pwieser trychlos org>
Date:   Thu Aug 20 18:16:17 2009 +0200

    Rename MenuBarVBox to MenubarVBox to be consistent with Statusbar

 ChangeLog                                |    2 ++
 src/nact/nact-imenubar.c                 |    2 +-
 src/nact/nautilus-actions-config-tool.ui |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a4ba58a..600fb31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,7 @@
 
 	* src/nact/nact-imenubar.c:
 	Add an item in the menubar to run the Preferences dialog.
+	Rename MenuBarVBox to MenubarVBox to be consistent with Statusbar.
 
 	* src/nact/nact-iprefs.c:
 	* src/nact/nact-iprefs.h: Fix typos.
@@ -22,6 +23,7 @@
 	Creates the PreferencesDialog dialog.
 	Enabled and ReadOnly checkboxes no longer expand to all dialog
 	width to minimize focus errors.
+	Rename MenuBarVBox to MenubarVBox to be consistent with Statusbar.
 
 	* src/common/Makefile.am:
 	* src/nact/Makefile.am: Updated accordingly.
diff --git a/src/nact/nact-imenubar.c b/src/nact/nact-imenubar.c
index ec4863a..fc7dd54 100644
--- a/src/nact/nact-imenubar.c
+++ b/src/nact/nact-imenubar.c
@@ -232,7 +232,7 @@ nact_imenubar_init( NactMainWindow *window )
 			"    </menubar>"
 			"</ui>";*/
 
-	GtkWidget *vbox = base_window_get_widget( BASE_WINDOW( window ), "MenuBarVBox" );
+	GtkWidget *vbox = base_window_get_widget( BASE_WINDOW( window ), "MenubarVBox" );
 	GtkWidget *menubar= gtk_menu_bar_new();
 	gtk_container_add( GTK_CONTAINER( vbox ), menubar );
 
diff --git a/src/nact/nautilus-actions-config-tool.ui b/src/nact/nautilus-actions-config-tool.ui
index ba66f12..637f706 100644
--- a/src/nact/nautilus-actions-config-tool.ui
+++ b/src/nact/nautilus-actions-config-tool.ui
@@ -7,7 +7,7 @@
       <object class="GtkVBox" id="vbox1">
         <property name="visible">True</property>
         <child>
-          <object class="GtkVBox" id="MenuBarVBox">
+          <object class="GtkVBox" id="MenubarVBox">
             <property name="visible">True</property>
             <child>
               <placeholder/>



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