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 (+4 lines)
Lines 1371-1376 Link Here
1371
	const char *text = gtk_entry_get_text (GTK_ENTRY (t));
1371
	const char *text = gtk_entry_get_text (GTK_ENTRY (t));
1372
	GCompletion *gcomp = NULL;
1372
	GCompletion *gcomp = NULL;
1373
1373
1374
	/* force the IM Context to reset */
1375
	gtk_editable_set_editable( GTK_EDITABLE (t), FALSE );
1376
	gtk_editable_set_editable( GTK_EDITABLE (t), TRUE );
1377
1374
	if (text[0] == 0)
1378
	if (text[0] == 0)
1375
		return 1;
1379
		return 1;
1376
1380

Return to bug 56324