1 --- ubuntulooks-0.9.12/engine/src/support.c.orig 2006-08-23 13:38:26.000000000 +0300
2 +++ ubuntulooks-0.9.12/engine/src/support.c 2007-10-18 14:44:00.000000000 +0300
6 *indicator_size = *tmp_size;
8 + gtk_requisition_free (tmp_size);
11 *indicator_size = default_option_indicator_size;
15 *indicator_spacing = *tmp_spacing;
16 - g_free (tmp_spacing);
17 + gtk_border_free (tmp_spacing);
20 *indicator_spacing = default_option_indicator_spacing;