updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / gtk-engine-ubuntulooks / 01_fix_listview_arrows_drawing.patch
blob06776e131da01552c2e2116358e7f644c9617642
1 diff -Nur ubuntulooks-0.9.12/engine/src/ubuntulooks_style.c ubuntulooks-0.9.12.new/engine/src/ubuntulooks_style.c
2 --- ubuntulooks-0.9.12/engine/src/ubuntulooks_style.c 2006-08-23 12:38:26.000000000 +0200
3 +++ ubuntulooks-0.9.12.new/engine/src/ubuntulooks_style.c 2007-02-12 17:28:36.000000000 +0100
4 @@ -1084,6 +1084,9 @@
6 sanitize_size (window, &width, &height);
8 + if (arrow_type == (GtkArrowType)4)
9 + return;
11 if (DETAIL ("arrow"))
13 WidgetParameters params;