Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 56324 | Differences between
and this patch

Collapse All | Expand All

(-)xchat-2.0.10_org/src/fe-gtk/fkeys.c (-1 / +4 lines)
Lines 1368-1376 Link Here
1368
	    prefix_len, skip_len = 0, is_nick, is_cmd = 0;
1368
	    prefix_len, skip_len = 0, is_nick, is_cmd = 0;
1369
	char buf[COMP_BUF], ent[CHANLEN], *postfix = NULL, *result, *ch;
1369
	char buf[COMP_BUF], ent[CHANLEN], *postfix = NULL, *result, *ch;
1370
	GList *list = NULL, *tmp_list = NULL;
1370
	GList *list = NULL, *tmp_list = NULL;
1371
	const char *text = gtk_entry_get_text (GTK_ENTRY (t));
1371
	char *text;
1372
	GCompletion *gcomp = NULL;
1372
	GCompletion *gcomp = NULL;
1373
1373
1374
	gtk_im_context_reset( GTK_ENTRY(t)->im_context );
1375
	text = gtk_entry_get_text (GTK_ENTRY (t));
1376
	
1374
	if (text[0] == 0)
1377
	if (text[0] == 0)
1375
		return 1;
1378
		return 1;
1376
1379

Return to bug 56324