diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-14 20:46:42 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-14 20:46:42 +0200 |
commit | c80cb47e5cf49c7aa0b162fc509ab08fd1b17e8a (patch) | |
tree | f16850554ffab9559826c96e728a0297777e7659 /src/fe-gtk/fkeys.c | |
parent | a5cc3b15d7eb98c25ff58063079b969ad3b56e3f (diff) |
Update XChat to r1516
Diffstat (limited to 'src/fe-gtk/fkeys.c')
-rw-r--r-- | src/fe-gtk/fkeys.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fe-gtk/fkeys.c b/src/fe-gtk/fkeys.c index e4a7ff19..611697de 100644 --- a/src/fe-gtk/fkeys.c +++ b/src/fe-gtk/fkeys.c @@ -1544,11 +1544,7 @@ key_action_tab_comp (GtkWidget *t, GdkEventKey *entry, char *d1, char *d2, comp = 0; } -#if GLIB_CHECK_VERSION(2,4,0) list = g_completion_complete_utf8 (gcomp, comp ? old_gcomp.data : ent, &result); -#else - list = g_completion_complete (gcomp, comp ? old_gcomp.data : ent, &result); -#endif if (result == NULL) /* No matches found */ { |