diff options
author | Bastien Nocera <hadess@hadess.net> | 2013-07-03 17:45:23 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2013-07-04 17:59:23 +0200 |
commit | 1cc4243e45257a796a728a8aceda86411be6ca95 (patch) | |
tree | 27962306694b029146f83ad42b41b4d5296b2deb /data/totem.ui | |
parent | 256e449c006319ec1857457bc1eca9a7d2597be8 (diff) | |
download | totem-1cc4243e45257a796a728a8aceda86411be6ca95.tar.gz |
main: Remove "Sidebar" toggle menu
Diffstat (limited to 'data/totem.ui')
-rw-r--r-- | data/totem.ui | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/data/totem.ui b/data/totem.ui index 0f24c175b..5a4f990ee 100644 --- a/data/totem.ui +++ b/data/totem.ui @@ -204,24 +204,11 @@ </object> </child> - <child> - <object class="GtkToggleAction" id="sidebar"> - <property name="label" translatable="yes">S_idebar</property> - <property name="tooltip" translatable="yes">Show or hide the sidebar</property> - <property name="active">TRUE</property> - <property name="icon-name">view-sidebar-symbolic</property> - <signal name="activate" handler="show_sidebar_action_callback"/> - </object> - <accelerator key="F9"/> - </child> - </object> </child> <ui> <menubar name="tmw-menubar"> <menu name="view" action="view-menu"> - <separator/> - <menuitem name="sidebar" action="sidebar"/> <placeholder name="sidebars-placeholder"/> </menu> </menubar> |