diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2012-03-07 21:02:15 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-07 21:33:35 +0800 |
commit | 593355dd0dda4f3aeceee12f5608bdff3682d392 (patch) | |
tree | b567c44b51644514ac27d00c7c7bf8b9328e222d /src/empathy-chat-window.ui | |
parent | 2820631e39f9c26b96b01422865c162cd2fc087f (diff) | |
download | gsoc2013-empathy-593355dd0dda4f3aeceee12f5608bdff3682d392.tar gsoc2013-empathy-593355dd0dda4f3aeceee12f5608bdff3682d392.tar.gz gsoc2013-empathy-593355dd0dda4f3aeceee12f5608bdff3682d392.tar.bz2 gsoc2013-empathy-593355dd0dda4f3aeceee12f5608bdff3682d392.tar.lz gsoc2013-empathy-593355dd0dda4f3aeceee12f5608bdff3682d392.tar.xz gsoc2013-empathy-593355dd0dda4f3aeceee12f5608bdff3682d392.tar.zst gsoc2013-empathy-593355dd0dda4f3aeceee12f5608bdff3682d392.zip |
MUC: make F9 toggle the contact list sidebar
This is by analogy to F9 toggling the sidebar in Nautilus.
https://bugzilla.gnome.org/show_bug.cgi?id=671547
Diffstat (limited to 'src/empathy-chat-window.ui')
-rw-r--r-- | src/empathy-chat-window.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-chat-window.ui b/src/empathy-chat-window.ui index bf95bff16..ef2011895 100644 --- a/src/empathy-chat-window.ui +++ b/src/empathy-chat-window.ui @@ -43,6 +43,7 @@ <property name="active">TRUE</property> <property name="label" translatable="yes">_Show Contact List</property> </object> + <accelerator key="F9" modifiers=""/> </child> <child> <object class="GtkAction" id="menu_conv_invite_participant"> |