From c2d4d6ee656d2c483414b635ecbc3bc36b27c616 Mon Sep 17 00:00:00 2001 From: vlad Date: Fri, 20 Aug 2010 23:23:17 +0300 Subject: [PATCH] fixed gcc warning --- applet/src/livewp-settings.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/applet/src/livewp-settings.c b/applet/src/livewp-settings.c index b1728ad..c9ae452 100644 --- a/applet/src/livewp-settings.c +++ b/applet/src/livewp-settings.c @@ -87,9 +87,7 @@ create_category_selector (Animation_WallpaperPrivate *priv){ /*******************************************************************************/ void theme_button_clicked(GtkWidget *button, GdkEventButton *event, Animation_WallpaperPrivate *priv){ - lw_theme_settings(GTK_WIDGET(button), priv); - return TRUE; } /********************************************************************************/ void -- 1.7.9.5