diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-24 23:53:58 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-28 00:33:43 +0800 |
commit | f20562cc1586506750e33b7751e5c3b494d43399 (patch) | |
tree | 0bd9b272f7fd5e32a413348a81e41176102a44b1 /src/empathy-call-window.ui | |
parent | 5432a3fc4003e8285ef230c707ffdfe70b38be90 (diff) | |
download | gsoc2013-empathy-f20562cc1586506750e33b7751e5c3b494d43399.tar gsoc2013-empathy-f20562cc1586506750e33b7751e5c3b494d43399.tar.gz gsoc2013-empathy-f20562cc1586506750e33b7751e5c3b494d43399.tar.bz2 gsoc2013-empathy-f20562cc1586506750e33b7751e5c3b494d43399.tar.lz gsoc2013-empathy-f20562cc1586506750e33b7751e5c3b494d43399.tar.xz gsoc2013-empathy-f20562cc1586506750e33b7751e5c3b494d43399.tar.zst gsoc2013-empathy-f20562cc1586506750e33b7751e5c3b494d43399.zip |
remove the "Always Show Video Preview" menuitem
We use buttons for that now.
Diffstat (limited to 'src/empathy-call-window.ui')
-rw-r--r-- | src/empathy-call-window.ui | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/empathy-call-window.ui b/src/empathy-call-window.ui index 7f13a064c..485ab53a7 100644 --- a/src/empathy-call-window.ui +++ b/src/empathy-call-window.ui @@ -39,13 +39,6 @@ </object> </child> <child> - <object class="GtkToggleAction" id="always_show_preview"> - <property name="name">always_show_preview</property> - <property name="label" translatable="yes">Always show video preview</property> - <property name="active">False</property> - </object> - </child> - <child> <object class="GtkAction" id="menufullscreen"> <property name="stock_id">gtk-fullscreen</property> <property name="name">menufullscreen</property> @@ -62,7 +55,6 @@ <menuitem action="menuredial"/> </menu> <menu action="view"> - <menuitem action="always_show_preview"/> <menuitem action="menufullscreen"/> </menu> </menubar> |