aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.ui
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-02-07 07:59:33 +0800
committerChandni Verma <chandniverma2112@gmail.com>2011-03-08 08:56:38 +0800
commit65bf3f42d6699ce32edccab2412dabe195eac68d (patch)
tree05917831c11731452986bfc1c3c4cc7b2ac5f054 /src/empathy-main-window.ui
parentbf0586ea17afcd2ad04fefa24b8e74cd5e1f4b23 (diff)
downloadgsoc2013-empathy-65bf3f42d6699ce32edccab2412dabe195eac68d.tar
gsoc2013-empathy-65bf3f42d6699ce32edccab2412dabe195eac68d.tar.gz
gsoc2013-empathy-65bf3f42d6699ce32edccab2412dabe195eac68d.tar.bz2
gsoc2013-empathy-65bf3f42d6699ce32edccab2412dabe195eac68d.tar.lz
gsoc2013-empathy-65bf3f42d6699ce32edccab2412dabe195eac68d.tar.xz
gsoc2013-empathy-65bf3f42d6699ce32edccab2412dabe195eac68d.tar.zst
gsoc2013-empathy-65bf3f42d6699ce32edccab2412dabe195eac68d.zip
Add blocked contacts dialog to Empathy main window menu
Diffstat (limited to 'src/empathy-main-window.ui')
-rw-r--r--src/empathy-main-window.ui7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui
index 3c015392d..b32878bdc 100644
--- a/src/empathy-main-window.ui
+++ b/src/empathy-main-window.ui
@@ -107,6 +107,12 @@
</object>
</child>
<child>
+ <object class="GtkAction" id="edit_blocked_contacts">
+ <property name="name">edit_blocked_contacts</property>
+ <property name="label" translatable="yes">_Blocked Contacts</property>
+ </object>
+ </child>
+ <child>
<object class="GtkAction" id="edit_preferences">
<property name="stock_id">gtk-preferences</property>
<property name="name">edit_preferences</property>
@@ -249,6 +255,7 @@
<menuitem action="edit_accounts"/>
<menuitem action="edit_personal_information"/>
<menuitem action="edit_search_contacts"/>
+ <menuitem action="edit_blocked_contacts"/>
<separator/>
<menuitem action="edit_preferences"/>
</menu>