From 082f7387dfa7e4690bbb1a851e2ccb33a5f73776 Mon Sep 17 00:00:00 2001 From: Freemor Date: Fri, 3 Aug 2018 23:03:45 -0300 Subject: Forgot to git add the patch for [hexchat] --- libre/hexchat/restore_ctrl-w.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libre/hexchat/restore_ctrl-w.patch (limited to 'libre/hexchat') diff --git a/libre/hexchat/restore_ctrl-w.patch b/libre/hexchat/restore_ctrl-w.patch new file mode 100644 index 000000000..338026504 --- /dev/null +++ b/libre/hexchat/restore_ctrl-w.patch @@ -0,0 +1,11 @@ +--- menu.c 2018-08-01 15:28:41.585381517 -0300 ++++ menu_fixed.c 2018-08-03 13:44:30.872439100 -0300 +@@ -1771,7 +1771,7 @@ + #define DETACH_OFFSET (12) + {0, menu_detach, GTK_STOCK_REDO, M_MENUSTOCK, 0, 0, 1}, /* 12 */ + #define CLOSE_OFFSET (13) +- {0, menu_close, GTK_STOCK_CLOSE, M_MENUSTOCK, 0, 0, 1}, ++ {0, menu_close, GTK_STOCK_CLOSE, M_MENUSTOCK, 0, 0, 1, GDK_KEY_w}, + {0, 0, 0, M_SEP, 0, 0, 0}, + {N_("_Quit"), menu_quit, GTK_STOCK_QUIT, M_MENUSTOCK, 0, 0, 1, GDK_KEY_q}, /* 15 */ + -- cgit v1.2.3