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
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-02-07 07:59:33 +0800
commit02cc922c2b3b8c0a511c95c0da5f4536ed94142c (patch)
treeea7b62469c256978e063dfd23b59ed78be45e485 /src/empathy-main-window.ui
parent71d24b1424c861483f92a0e2d6412fc5633ec322 (diff)
downloadgsoc2013-empathy-02cc922c2b3b8c0a511c95c0da5f4536ed94142c.tar
gsoc2013-empathy-02cc922c2b3b8c0a511c95c0da5f4536ed94142c.tar.gz
gsoc2013-empathy-02cc922c2b3b8c0a511c95c0da5f4536ed94142c.tar.bz2
gsoc2013-empathy-02cc922c2b3b8c0a511c95c0da5f4536ed94142c.tar.lz
gsoc2013-empathy-02cc922c2b3b8c0a511c95c0da5f4536ed94142c.tar.xz
gsoc2013-empathy-02cc922c2b3b8c0a511c95c0da5f4536ed94142c.tar.zst
gsoc2013-empathy-02cc922c2b3b8c0a511c95c0da5f4536ed94142c.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 c57a9df64..a538e0120 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>
@@ -242,6 +248,7 @@
<separator name="edit_context_separator"/>
<menuitem action="edit_accounts"/>
<menuitem action="edit_personal_information"/>
+ <menuitem action="edit_blocked_contacts"/>
<separator/>
<menuitem action="edit_preferences"/>
</menu>