aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.ui
diff options
context:
space:
mode:
authorchantra <chantra@debuntu.org>2009-12-17 00:20:36 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-12-17 00:22:01 +0800
commitfbaeb693027d63d94488702635630644971dfc2f (patch)
tree9b58024f0089129e197824550b68ee1f30fbea05 /src/empathy-main-window.ui
parentd6152461b68592397130f5df2dd285b5651eb460 (diff)
downloadgsoc2013-empathy-fbaeb693027d63d94488702635630644971dfc2f.tar
gsoc2013-empathy-fbaeb693027d63d94488702635630644971dfc2f.tar.gz
gsoc2013-empathy-fbaeb693027d63d94488702635630644971dfc2f.tar.bz2
gsoc2013-empathy-fbaeb693027d63d94488702635630644971dfc2f.tar.lz
gsoc2013-empathy-fbaeb693027d63d94488702635630644971dfc2f.tar.xz
gsoc2013-empathy-fbaeb693027d63d94488702635630644971dfc2f.tar.zst
gsoc2013-empathy-fbaeb693027d63d94488702635630644971dfc2f.zip
contact_list: displays an icon showing the protocol by the contact (#603877)
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 26edc6bdf..b74f4acb9 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="GtkToggleAction" id="view_show_protocols">
+ <property name="name">view_show_protocols</property>
+ <property name="label" translatable="yes">Show P_rotocols</property>
+ </object>
+ </child>
+ <child>
<object class="GtkAction" id="view_show_map">
<property name="name">view_show_map</property>
<property name="label" translatable="yes">Contacts on a _Map</property>
@@ -221,6 +227,7 @@
</menu>
<menu action="view">
<menuitem action="view_show_offline"/>
+ <menuitem action="view_show_protocols"/>
<separator/>
<menuitem action="view_sort_by_name"/>
<menuitem action="view_sort_by_status"/>