updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / gtk-engine-ubuntulooks / new_gtk_fixes.patch
blobe0f9dde80cf1b1fdd67254a9c805814653e050c4
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
3 @@ -288,7 +288,7 @@
4 if (tmp_size)
6 *indicator_size = *tmp_size;
7 - g_free (tmp_size);
8 + gtk_requisition_free (tmp_size);
10 else
11 *indicator_size = default_option_indicator_size;
12 @@ -296,7 +296,7 @@
13 if (tmp_spacing)
15 *indicator_spacing = *tmp_spacing;
16 - g_free (tmp_spacing);
17 + gtk_border_free (tmp_spacing);
19 else
20 *indicator_spacing = default_option_indicator_spacing;