aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-status-icon.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-status-icon.ui')
-rw-r--r--src/empathy-status-icon.ui8
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"/>