diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-10 01:23:07 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-28 00:33:04 +0800 |
commit | 50f433180ff289b9933860527f00800f77096505 (patch) | |
tree | c450bbdc59e8460d7539c1987ecb8d3da58fb4ae /src/empathy-call-window.ui | |
parent | 09fa4f08f6477da1b4b371d50e9ddaa48b3eafa7 (diff) | |
download | gsoc2013-empathy-50f433180ff289b9933860527f00800f77096505.tar gsoc2013-empathy-50f433180ff289b9933860527f00800f77096505.tar.gz gsoc2013-empathy-50f433180ff289b9933860527f00800f77096505.tar.bz2 gsoc2013-empathy-50f433180ff289b9933860527f00800f77096505.tar.lz gsoc2013-empathy-50f433180ff289b9933860527f00800f77096505.tar.xz gsoc2013-empathy-50f433180ff289b9933860527f00800f77096505.tar.zst gsoc2013-empathy-50f433180ff289b9933860527f00800f77096505.zip |
call-window: change the semantic of the "Video Preview" menu item (#601288)
Change it to "Always Show Video preview". We should always display the
preview when we are sending video. So by changing the semantic of this
menu it won't be possible to disable the preview while we are sending
video.
This mean that this menu isn't changed automatically anymore when the
preview is displayed.
Diffstat (limited to 'src/empathy-call-window.ui')
-rw-r--r-- | src/empathy-call-window.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/empathy-call-window.ui b/src/empathy-call-window.ui index 64e87e040..0fac364a9 100644 --- a/src/empathy-call-window.ui +++ b/src/empathy-call-window.ui @@ -39,10 +39,10 @@ </object> </child> <child> - <object class="GtkToggleAction" id="show_preview"> - <property name="name">show_preview</property> - <property name="label" translatable="yes">Video preview</property> - <property name="active">True</property> + <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> @@ -62,7 +62,7 @@ <menuitem action="menuredial"/> </menu> <menu action="view"> - <menuitem action="show_preview"/> + <menuitem action="always_show_preview"/> <menuitem action="menufullscreen"/> </menu> </menubar> |