diff options
author | Ian McIntosh <ian_mcintosh@linuxadvocate.org> | 2005-10-01 14:09:05 +0000 |
---|---|---|
committer | Ian McIntosh <ian_mcintosh@linuxadvocate.org> | 2005-10-01 14:09:05 +0000 |
commit | 10eb4a1a8c2f6251f758391be0db9018f8535511 (patch) | |
tree | 0ef0db81e3dd205ea055826cac516c40be897c7e /data | |
parent | 3d2b7f64935698d7942d7e8a3f0fe12f28a3366a (diff) |
Remove _ from public function _downloadmanager_new().
Set check on View/Fullscreen and View/Sidebar when state changes for
reasons other than the user clicking the menu item.
Add some debug printing support.
Add a new history item when user selects a search result.
Moved some basic window state set/test functions here.
Diffstat (limited to 'data')
-rw-r--r-- | data/roadster.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/roadster.glade b/data/roadster.glade index 18ddef6..bad4628 100644 --- a/data/roadster.glade +++ b/data/roadster.glade @@ -1237,7 +1237,7 @@ Banks</property> </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 @@ Banks</property> </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> |