diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-15 18:48:48 +0000 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-17 10:38:49 +0000 |
commit | 59f03a7aef175ffa8792eb0fbf825346cf5d5c4a (patch) | |
tree | 492291807d122a21d425f4f682029769e07037e9 /src/empathy-status-icon.ui | |
parent | c5b4c8eedb2f1f28cc8fedf21ceb42eadfcf1162 (diff) | |
download | empathy-59f03a7aef175ffa8792eb0fbf825346cf5d5c4a.tar.gz |
status-icon: add "New Call" entry in the context menu
Diffstat (limited to 'src/empathy-status-icon.ui')
-rw-r--r-- | src/empathy-status-icon.ui | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/empathy-status-icon.ui b/src/empathy-status-icon.ui index 356c2155f..6d0f3672d 100644 --- a/src/empathy-status-icon.ui +++ b/src/empathy-status-icon.ui @@ -18,6 +18,13 @@ </object> </child> <child> + <object class="GtkAction" id="new_call"> + <property name="icon-name">audio-input-microphone</property> + <property name="name">new_call</property> + <property name="label" translatable="yes">New _Call...</property> + </object> + </child> + <child> <object class="GtkAction" id="status"> <property name="name">status</property> <property name="label" translatable="yes">Status</property> @@ -37,6 +44,7 @@ <menuitem action="show_list"/> <separator/> <menuitem action="new_message"/> + <menuitem action="new_call"/> <menuitem action="status"/> <separator/> <menuitem action="quit"/> |