[empathy] add "camera off" and "preview" buttons to the toolbar
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] add "camera off" and "preview" buttons to the toolbar
- Date: Fri, 27 Nov 2009 16:40:00 +0000 (UTC)
commit 49df4fbadf79b918a67356647e586bf76cd1f0b7
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Tue Nov 24 13:55:18 2009 +0000
add "camera off" and "preview" buttons to the toolbar
Also rename "send video" to "camera on"
src/empathy-call-window.ui | 31 ++++++++++++++++++++++++++++++-
1 files changed, 30 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-call-window.ui b/src/empathy-call-window.ui
index d5937c0..7f13a06 100644
--- a/src/empathy-call-window.ui
+++ b/src/empathy-call-window.ui
@@ -127,9 +127,38 @@
</packing>
</child>
<child>
+ <object class="GtkSeparatorToolItem" id="camera_separator">
+ <property name="visible">True</property>
+ </object>
+ <packing>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkToggleToolButton" id="camera_off">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Camera Off</property>
+ <property name="sensitive">True</property>
+ </object>
+ <packing>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkToggleToolButton" id="camera_preview">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Preview</property>
+ <property name="icon_name">stock_person</property>
+ <property name="sensitive">True</property>
+ </object>
+ <packing>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkToggleToolButton" id="camera">
<property name="visible">True</property>
- <property name="label" translatable="yes">Send video</property>
+ <property name="label" translatable="yes">Camera On</property>
<property name="icon_name">camera-web</property>
<property name="sensitive">False</property>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]