[cairo-commit] roadster/data roadster.glade,1.30,1.31

Ian McIntosh commit at pdx.freedesktop.org
Sat Oct 1 12:09:07 PDT 2005


Committed by: ian

Update of /cvs/cairo/roadster/data
In directory gabe:/tmp/cvs-serv1418/data

Modified Files:
	roadster.glade 
Log Message:
	* src/downloadmanager.c: Remove _ from public function _downloadmanager_new().
	* src/mainwindow.c: Set check on View/Fullscreen and View/Sidebar when state changes for reasons other than the user clicking the menu item.
	* src/map_history.c: Add some debug printing support.
	* src/searchwindow.c: Add a new history item when user selects a search result.
	* src/util.c: Moved some basic window state set/test functions here.


Index: roadster.glade
===================================================================
RCS file: /cvs/cairo/roadster/data/roadster.glade,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- roadster.glade	1 Oct 2005 05:24:16 -0000	1.30
+++ roadster.glade	1 Oct 2005 19:09:05 -0000	1.31
@@ -1237,7 +1237,7 @@
 		  </child>
 
 		  <child>
-		    <widget class="GtkCheckMenuItem" id="layerspanemenuitem">
+		    <widget class="GtkCheckMenuItem" id="viewsidebarmenuitem">
 		      <property name="visible">True</property>
 		      <property name="label" translatable="yes">_Sidebar</property>
 		      <property name="use_underline">True</property>
@@ -1337,7 +1337,7 @@
 		  </child>
 
 		  <child>
-		    <widget class="GtkCheckMenuItem" id="fullscreenmenuitem">
+		    <widget class="GtkCheckMenuItem" id="viewfullscreenmenuitem">
 		      <property name="visible">True</property>
 		      <property name="label" translatable="yes">_Full Screen</property>
 		      <property name="use_underline">True</property>



More information about the cairo-commit mailing list