diff options
author | Vitaly Minko <vitaly.minko@gmail.com> | 2010-10-18 19:32:37 +0800 |
---|---|---|
committer | Vitaly Minko <vitaly.minko@gmail.com> | 2010-10-18 19:32:37 +0800 |
commit | 2d25c8605b4e6a2cb832955de7f6e12080a658e0 (patch) | |
tree | a25f1563499bb17649800818e52d9a0725eedb0d /src/empathy-main-window.ui | |
parent | cddc09f1ca10d13de7d71fa199b1ae4d5a7c8784 (diff) | |
download | gsoc2013-empathy-2d25c8605b4e6a2cb832955de7f6e12080a658e0.tar gsoc2013-empathy-2d25c8605b4e6a2cb832955de7f6e12080a658e0.tar.gz gsoc2013-empathy-2d25c8605b4e6a2cb832955de7f6e12080a658e0.tar.bz2 gsoc2013-empathy-2d25c8605b4e6a2cb832955de7f6e12080a658e0.tar.lz gsoc2013-empathy-2d25c8605b4e6a2cb832955de7f6e12080a658e0.tar.xz gsoc2013-empathy-2d25c8605b4e6a2cb832955de7f6e12080a658e0.tar.zst gsoc2013-empathy-2d25c8605b4e6a2cb832955de7f6e12080a658e0.zip |
Add an entry in the View menu to search for contacts (#632024).
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 1d06b3edd..a328eacfe 100644 --- a/src/empathy-main-window.ui +++ b/src/empathy-main-window.ui @@ -166,6 +166,12 @@ <accelerator key="3" modifiers="GDK_CONTROL_MASK"/> </child> <child> + <object class="GtkAction" id="view_search_contacts"> + <property name="name">view_search_contacts</property> + <property name="label" translatable="yes">Find in Contact _List</property> + </object> + </child> + <child> <object class="GtkAction" id="room"> <property name="name">room</property> <property name="label" translatable="yes">_Room</property> @@ -248,6 +254,7 @@ <menuitem action="view_normal_size"/> <menuitem action="view_compact_size"/> <separator/> + <menuitem action="view_search_contacts"/> <menuitem action="view_history"/> <menuitem action="view_show_ft_manager"/> <menuitem action="view_show_map"/> |