From 166ed4be45272b6ce380bcc70c0010968745906e Mon Sep 17 00:00:00 2001 From: tanya Date: Wed, 8 Sep 2010 15:06:49 +0300 Subject: [PATCH 1/1] trying to fix problem with live background in all windows --- applet/src/livewp-settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applet/src/livewp-settings.c b/applet/src/livewp-settings.c index e4359e9..51ed788 100644 --- a/applet/src/livewp-settings.c +++ b/applet/src/livewp-settings.c @@ -566,7 +566,7 @@ cb_timeout_settings(GtkWidget *window){ if (window) gtk_widget_destroy(window); - return TRUE; + return FALSE; } /*******************************************************************************/ void -- 1.7.9.5