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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- murrine-0.53.1.orig/src/support.c
0
++ murrine-0.53.1/src/support.c
Lines 274-280 Link Here
274
	if (tmp_size)
274
	if (tmp_size)
275
	{
275
	{
276
		*indicator_size = *tmp_size;
276
		*indicator_size = *tmp_size;
277
		g_free (tmp_size);
277
		gtk_requisition_free (tmp_size);
278
	}
278
	}
279
	else
279
	else
280
		*indicator_size = default_option_indicator_size;
280
		*indicator_size = default_option_indicator_size;
Lines 282-288 Link Here
282
	if (tmp_spacing)
282
	if (tmp_spacing)
283
	{
283
	{
284
		*indicator_spacing = *tmp_spacing;
284
		*indicator_spacing = *tmp_spacing;
285
		g_free (tmp_spacing);
285
		gtk_border_free (tmp_spacing);
286
	}
286
	}
287
	else
287
	else
288
		*indicator_spacing = default_option_indicator_spacing;
288
		*indicator_spacing = default_option_indicator_spacing;

Return to bug 198815