mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-23 01:32:22 -05:00
fix another mysterious ifdef which breaks gtkspell usage on windows
This commit is contained in:
parent
8877fe73b1
commit
08ce6280df
@ -314,7 +314,7 @@ key_handle_key_press (GtkWidget *wid, GdkEventKey *evt, session *sess)
|
||||
key_action_tab_clean ();
|
||||
break;
|
||||
|
||||
#if defined(USE_GTKSPELL) && !defined(WIN32)
|
||||
#if defined(USE_GTKSPELL)/* && !defined(WIN32)
|
||||
/* gtktextview has no 'activate' event, so we trap ENTER here */
|
||||
case GDK_Return:
|
||||
case GDK_KP_Enter:
|
||||
|
Loading…
Reference in New Issue
Block a user