Fix closing convs with Escape key

Sun, 02 Jun 2013 22:23:24 +0200

author
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
date
Sun, 02 Jun 2013 22:23:24 +0200
changeset 33949
e09a02bc06d0
parent 33948
b6c9e5dd95d1
child 33950
10251384e4db

Fix closing convs with Escape key

pidgin/gtkprefs.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkprefs.c	Sun Jun 02 22:17:12 2013 +0200
+++ b/pidgin/gtkprefs.c	Sun Jun 02 22:23:24 2013 +0200
@@ -1520,7 +1520,7 @@
 }
 
 
-#define CONVERSATION_CLOSE_ACCEL_PATH "<main>/Conversation/Close"
+#define CONVERSATION_CLOSE_ACCEL_PATH "<Actions>/ConversationActions/Close"
 
 /* Filled in in keyboard_shortcuts(). */
 static GtkAccelKey ctrl_w = { 0, 0, 0 };

mercurial