[gtk-theme-engine-clearlooks/gtk-style-context] gnome3: Render all tabs with default state's background color.



commit 6f87cb7b4cff6737f8e0aa352787f5e1598b7b7b
Author: Carlos Garnacho <carlosg gnome org>
Date:   Tue Nov 30 04:01:15 2010 +0100

    gnome3: Render all tabs with default state's background color.

 src/clearlooks_draw_gnome3.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/clearlooks_draw_gnome3.c b/src/clearlooks_draw_gnome3.c
index e2c5a82..29924c5 100644
--- a/src/clearlooks_draw_gnome3.c
+++ b/src/clearlooks_draw_gnome3.c
@@ -486,7 +486,7 @@ clearlooks_gnome3_draw_tab (cairo_t *cr,
 	double            length;
 
         state = gtk_theming_engine_get_state (engine);
-        gtk_theming_engine_get (engine, state,
+        gtk_theming_engine_get (engine, 0,
                                 "border-radius", &radius,
                                 "background-color", &fill,
                                 NULL);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]