diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-07-27 20:13:32 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-07-28 17:24:42 +0800 |
commit | 0b67a701c87a1defc2506a3cd4b1acda98dcea06 (patch) | |
tree | caf0e173767a1a538c1fd82b64a004bd55532208 /src/empathy-call-window.ui | |
parent | 70d6b206f2d40c136cb1d0d8701101ff8921a033 (diff) | |
download | gsoc2013-empathy-0b67a701c87a1defc2506a3cd4b1acda98dcea06.tar gsoc2013-empathy-0b67a701c87a1defc2506a3cd4b1acda98dcea06.tar.gz gsoc2013-empathy-0b67a701c87a1defc2506a3cd4b1acda98dcea06.tar.bz2 gsoc2013-empathy-0b67a701c87a1defc2506a3cd4b1acda98dcea06.tar.lz gsoc2013-empathy-0b67a701c87a1defc2506a3cd4b1acda98dcea06.tar.xz gsoc2013-empathy-0b67a701c87a1defc2506a3cd4b1acda98dcea06.tar.zst gsoc2013-empathy-0b67a701c87a1defc2506a3cd4b1acda98dcea06.zip |
CallWindow: remove the sidebar
And only leave the dialpad in its place.
Diffstat (limited to 'src/empathy-call-window.ui')
-rw-r--r-- | src/empathy-call-window.ui | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/empathy-call-window.ui b/src/empathy-call-window.ui index bbcd97226..d18260045 100644 --- a/src/empathy-call-window.ui +++ b/src/empathy-call-window.ui @@ -18,12 +18,6 @@ </object> </child> <child> - <object class="GtkToggleAction" id="menusidebar"> - <property name="name">menusidebar</property> - <property name="label" translatable="yes">_Sidebar</property> - </object> - </child> - <child> <object class="GtkAction" id="view"> <property name="name">view</property> <property name="label" translatable="yes">_View</property> @@ -63,7 +57,6 @@ </menu> <menu action="view"> <menuitem action="menufullscreen"/> - <menuitem action="menusidebar"/> </menu> </menubar> <popup name="video-popup"> @@ -190,15 +183,9 @@ </packing> </child> <child> - <object class="GtkHPaned" id="pane"> + <object class="GtkHBox" id="pane"> <property name="visible">True</property> <property name="can_focus">True</property> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> </object> <packing> <property name="position">3</property> |