# HG changeset patch # User Tomasz Wasilczyk # Date 1370204604 -7200 # Node ID e09a02bc06d01c4c9a98ffada6bbbd861b66fd6b # Parent b6c9e5dd95d1f22e756e180039299e6b3408c923 Fix closing convs with Escape key diff -r b6c9e5dd95d1 -r e09a02bc06d0 pidgin/gtkprefs.c --- 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 "
/Conversation/Close" +#define CONVERSATION_CLOSE_ACCEL_PATH "/ConversationActions/Close" /* Filled in in keyboard_shortcuts(). */ static GtkAccelKey ctrl_w = { 0, 0, 0 };