diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-07-08 22:45:27 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-07-12 16:46:23 +0800 |
commit | 70fc920514af12b5c96e928a3178dfd9ddd8ed9e (patch) | |
tree | 7df832fefa79d68ccc707dbe1d0062b07a4a3148 /src/empathy-call-window.ui | |
parent | f0c80062b0fcdec789a478ed58528ec6fdd14622 (diff) | |
download | gsoc2013-empathy-70fc920514af12b5c96e928a3178dfd9ddd8ed9e.tar gsoc2013-empathy-70fc920514af12b5c96e928a3178dfd9ddd8ed9e.tar.gz gsoc2013-empathy-70fc920514af12b5c96e928a3178dfd9ddd8ed9e.tar.bz2 gsoc2013-empathy-70fc920514af12b5c96e928a3178dfd9ddd8ed9e.tar.lz gsoc2013-empathy-70fc920514af12b5c96e928a3178dfd9ddd8ed9e.tar.xz gsoc2013-empathy-70fc920514af12b5c96e928a3178dfd9ddd8ed9e.tar.zst gsoc2013-empathy-70fc920514af12b5c96e928a3178dfd9ddd8ed9e.zip |
CallWindow: add a dialpad tool button
Rename the dialpad menu entry to Sidebar and move it to
the View menu at the same time.
Diffstat (limited to 'src/empathy-call-window.ui')
-rw-r--r-- | src/empathy-call-window.ui | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/src/empathy-call-window.ui b/src/empathy-call-window.ui index fe246012d..7e41961f5 100644 --- a/src/empathy-call-window.ui +++ b/src/empathy-call-window.ui @@ -26,9 +26,9 @@ </object> </child> <child> - <object class="GtkToggleAction" id="menudialpad"> - <property name="name">menudialpad</property> - <property name="label" translatable="yes">_Dialpad</property> + <object class="GtkToggleAction" id="menusidebar"> + <property name="name">menusidebar</property> + <property name="label" translatable="yes">_Sidebar</property> </object> </child> <child> @@ -69,10 +69,10 @@ <menu action="call"> <menuitem action="menuhangup"/> <menuitem action="menuredial"/> - <menuitem action="menudialpad"/> </menu> <menu action="view"> <menuitem action="menufullscreen"/> + <menuitem action="menusidebar"/> </menu> </menubar> <popup name="video-popup"> @@ -161,6 +161,17 @@ <property name="homogeneous">True</property> </packing> </child> + <child> + <object class="GtkToggleToolButton" id="dialpad"> + <property name="visible">True</property> + <property name="label" translatable="yes">Show dialpad</property> + <property name="icon_name">accessories-calculator</property> + <property name="tooltip_text" translatable="yes">Display the dialpad</property> + </object> + <packing> + <property name="homogeneous">True</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> |