Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 350207
Collapse All | Expand All

(-)gtk/compose.c (-1 / +4 lines)
Lines 621-627 Link Here
621
    {
621
    {
622
	char *result;
622
	char *result;
623
	result = g_locale_to_utf8(rhs_string_mb, -1, NULL, NULL, NULL);
623
	result = g_locale_to_utf8(rhs_string_mb, -1, NULL, NULL, NULL);
624
	rhs_string_utf8 = strdup(result);
624
	if (!result)
625
	    rhs_string_utf8 = strdup("");
626
	else
627
	    rhs_string_utf8 = strdup(result);
625
	g_free(result);
628
	g_free(result);
626
    }
629
    }
627
630

Return to bug 350207