mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Update XChat to r1516
This commit is contained in:
@@ -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 */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user