diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-02-07 07:59:33 +0800 |
---|---|---|
committer | Chandni Verma <chandniverma2112@gmail.com> | 2011-03-08 08:56:38 +0800 |
commit | 65bf3f42d6699ce32edccab2412dabe195eac68d (patch) | |
tree | 05917831c11731452986bfc1c3c4cc7b2ac5f054 /src/empathy-main-window.ui | |
parent | bf0586ea17afcd2ad04fefa24b8e74cd5e1f4b23 (diff) | |
download | gsoc2013-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.ui | 7 |
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> |