Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk-engine
diff options
context:
space:
mode:
Diffstat (limited to 'gtk-engine')
-rw-r--r--gtk-engine/src/olpc-style.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk-engine/src/olpc-style.c b/gtk-engine/src/olpc-style.c
index a767065..46f4390 100644
--- a/gtk-engine/src/olpc-style.c
+++ b/gtk-engine/src/olpc-style.c
@@ -495,7 +495,7 @@ olpc_draw_flat_box (GtkStyle *style,
int width,
int height)
{
- if (FALSE && widget && GTK_IS_WINDOW (widget)) {
+ if (widget && GTK_IS_WINDOW (widget)) {
draw_window_background(style, widget, window, area);
} else {
olpc_style_parent_class->draw_flat_box (style, window,