diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-01-24 23:41:11 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-01-24 23:41:11 +0800 |
commit | f18f2746690b0ceae80c3b362529decc112ca77f (patch) | |
tree | 71a768abec5fa98034f79c2a158506fdb435ed04 /src/empathy-call-window.ui | |
parent | 1cb2462f5793d99ad42decfbcc34bc22474ccbdc (diff) | |
download | gsoc2013-empathy-f18f2746690b0ceae80c3b362529decc112ca77f.tar gsoc2013-empathy-f18f2746690b0ceae80c3b362529decc112ca77f.tar.gz gsoc2013-empathy-f18f2746690b0ceae80c3b362529decc112ca77f.tar.bz2 gsoc2013-empathy-f18f2746690b0ceae80c3b362529decc112ca77f.tar.lz gsoc2013-empathy-f18f2746690b0ceae80c3b362529decc112ca77f.tar.xz gsoc2013-empathy-f18f2746690b0ceae80c3b362529decc112ca77f.tar.zst gsoc2013-empathy-f18f2746690b0ceae80c3b362529decc112ca77f.zip |
call-window: sync the sensitivity of the button and "send video" menu (#637839)
Diffstat (limited to 'src/empathy-call-window.ui')
-rw-r--r-- | src/empathy-call-window.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-call-window.ui b/src/empathy-call-window.ui index 5ad7399b9..8b274a126 100644 --- a/src/empathy-call-window.ui +++ b/src/empathy-call-window.ui @@ -55,6 +55,7 @@ <object class="GtkRadioAction" id="action_camera_on"> <property name="name">action_camera_on</property> <property name="visible">True</property> + <property name="sensitive">False</property> <property name="label" translatable="yes">Video On</property> <property name="draw_as_radio">True</property> <property name="group">action_camera_off</property> |