diff options
author | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-05-11 09:09:40 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-05-28 00:52:04 +0800 |
commit | 30165e135359e217e7a9581277f8bf9b7b5c7459 (patch) | |
tree | 015c8956ea3b4a20a48b5e7187e1ad3e51c0d680 /src/empathy-main-window.ui | |
parent | c43cfe015de9771fb20c718039f5ea09e56ae1c7 (diff) | |
download | gsoc2013-empathy-30165e135359e217e7a9581277f8bf9b7b5c7459.tar gsoc2013-empathy-30165e135359e217e7a9581277f8bf9b7b5c7459.tar.gz gsoc2013-empathy-30165e135359e217e7a9581277f8bf9b7b5c7459.tar.bz2 gsoc2013-empathy-30165e135359e217e7a9581277f8bf9b7b5c7459.tar.lz gsoc2013-empathy-30165e135359e217e7a9581277f8bf9b7b5c7459.tar.xz gsoc2013-empathy-30165e135359e217e7a9581277f8bf9b7b5c7459.tar.zst gsoc2013-empathy-30165e135359e217e7a9581277f8bf9b7b5c7459.zip |
Add a Contact Map window
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 14660b75c..bbf8f1972 100644 --- a/src/empathy-main-window.ui +++ b/src/empathy-main-window.ui @@ -48,6 +48,12 @@ <accelerator key="H" modifiers="GDK_CONTROL_MASK"/> </child> <child> + <object class="GtkAction" id="view_show_map"> + <property name="name">view_show_map</property> + <property name="label" translatable="yes">Show Contacts on a Map</property> + </object> + </child> + <child> <object class="GtkAction" id="chat_quit"> <property name="stock_id">gtk-quit</property> <property name="name">chat_quit</property> @@ -162,6 +168,7 @@ <separator/> <menuitem action="view_history"/> <menuitem action="view_show_ft_manager"/> + <menuitem action="view_show_map"/> </menu> <menu action="room"> <menuitem action="room_join_new"/> |