diff options
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/viewtorrents.glade | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gui/viewtorrents.glade b/gui/viewtorrents.glade index 877da78..a217daf 100644 --- a/gui/viewtorrents.glade +++ b/gui/viewtorrents.glade @@ -42,6 +42,11 @@ <property name="stock_id">gtk-connect</property> </object> </child> + <child> + <object class="GtkToggleAction" id="toolbaraction"> + <property name="label" translatable="yes">Toolbar</property> + </object> + </child> </object> <object class="GtkMenu" id="torrentmenu"> <property name="visible">True</property> @@ -237,7 +242,8 @@ <property name="can_focus">False</property> <child> <object class="GtkCheckMenuItem" id="viewtoolbaritem"> - <property name="use_action_appearance">False</property> + <property name="use_action_appearance">True</property> + <property name="related_action">toolbaraction</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="active">True</property> |
