From ddc675dea583a2b6e14266124a292f2223f7ab77 Mon Sep 17 00:00:00 2001 From: Andras Mohari Date: Mon, 26 Nov 2007 10:09:25 +0100 Subject: [PATCH] Fix: Uncomment gtk_paint_flat_box() to make bg_pixmap work again. --- ROX-Filer/src/collection.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ROX-Filer/src/collection.c b/ROX-Filer/src/collection.c index 298637ac..3d4a9e1b 100644 --- a/ROX-Filer/src/collection.c +++ b/ROX-Filer/src/collection.c @@ -544,13 +544,10 @@ static gint collection_expose(GtkWidget *widget, GdkEventExpose *event) /* Note about 'detail' argument: * - If set to "base", lighthouse theme will crash * - If set to NULL, cleanice theme will crash - * - * !!! We don't need to clear the background. GTK does it for us. - * + */ gtk_paint_flat_box(widget->style, widget->window, GTK_STATE_NORMAL, GTK_SHADOW_NONE, &event->area, widget, "collection", 0, 0, -1, -1); - */ collection = COLLECTION(widget); -- 2.11.4.GIT