[Goodies-commits] r3920 - ristretto/trunk/src

Stephan Arts stephan at xfce.org
Thu Feb 7 00:39:39 CET 2008


Author: stephan
Date: 2008-02-06 23:39:39 +0000 (Wed, 06 Feb 2008)
New Revision: 3920

Modified:
   ristretto/trunk/src/thumbnail_bar.c
Log:
Fix thumbnail-bar bg-color



Modified: ristretto/trunk/src/thumbnail_bar.c
===================================================================
--- ristretto/trunk/src/thumbnail_bar.c	2008-02-06 23:32:13 UTC (rev 3919)
+++ ristretto/trunk/src/thumbnail_bar.c	2008-02-06 23:39:39 UTC (rev 3920)
@@ -468,6 +468,7 @@
     attributes.x = 0;
     attributes.y = 0;
     widget->style = gtk_style_attach (widget->style, widget->window);
+    gtk_style_set_background (widget->style, widget->window, GTK_STATE_NORMAL);
 
 }
 




More information about the Goodies-commits mailing list