diff options
author | Bernhard Posselt <bernhard.posselt@gmx.at> | 2011-09-23 23:12:13 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-26 18:22:06 +0800 |
commit | 2eec8e87f01ecdf6a987314d5b6cea35d47f1ae1 (patch) | |
tree | 6e7b6e4843154a05b4549021328861c418ce0712 | |
parent | 68f361461951462af368b440ea8a945f03774370 (diff) | |
download | gsoc2013-empathy-2eec8e87f01ecdf6a987314d5b6cea35d47f1ae1.tar gsoc2013-empathy-2eec8e87f01ecdf6a987314d5b6cea35d47f1ae1.tar.gz gsoc2013-empathy-2eec8e87f01ecdf6a987314d5b6cea35d47f1ae1.tar.bz2 gsoc2013-empathy-2eec8e87f01ecdf6a987314d5b6cea35d47f1ae1.tar.lz gsoc2013-empathy-2eec8e87f01ecdf6a987314d5b6cea35d47f1ae1.tar.xz gsoc2013-empathy-2eec8e87f01ecdf6a987314d5b6cea35d47f1ae1.tar.zst gsoc2013-empathy-2eec8e87f01ecdf6a987314d5b6cea35d47f1ae1.zip |
added shortcut ctrl + j for joining a new chat
https://bugzilla.gnome.org/show_bug.cgi?id=659952
-rw-r--r-- | src/empathy-main-window-menubar.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-main-window-menubar.ui b/src/empathy-main-window-menubar.ui index 979afe215..0bb5d14f0 100644 --- a/src/empathy-main-window-menubar.ui +++ b/src/empathy-main-window-menubar.ui @@ -204,6 +204,7 @@ <property name="name">room_join_new</property> <property name="label" translatable="yes">_Join…</property> </object> + <accelerator key="j" modifiers="GDK_CONTROL_MASK"/> </child> <child> <object class="GtkAction" id="room_join_favorites"> |