diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-03 23:12:35 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-03 23:12:35 -0400 |
commit | a5f147d0ef40f6eaeaa887715613f715872b5e54 (patch) | |
tree | 929eba6622c44e80e3856d4902246184d465939a /libre | |
parent | e228ec9a14b72e68273bf9f83db16ef2881f37b7 (diff) | |
parent | 082f7387dfa7e4690bbb1a851e2ccb33a5f73776 (diff) | |
download | abslibre-a5f147d0ef40f6eaeaa887715613f715872b5e54.tar.gz abslibre-a5f147d0ef40f6eaeaa887715613f715872b5e54.tar.bz2 abslibre-a5f147d0ef40f6eaeaa887715613f715872b5e54.zip |
Merge branch 'master' of git://projects.parabola.nu/abslibre/abslibre
Diffstat (limited to 'libre')
-rw-r--r-- | libre/hexchat/restore_ctrl-w.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 */ + |