aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--applets/showdesktop/showdesktop.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/showdesktop/showdesktop.c b/applets/showdesktop/showdesktop.c
index 61dd5c20739..0b53c328321 100644
--- a/applets/showdesktop/showdesktop.c
+++ b/applets/showdesktop/showdesktop.c
@@ -224,5 +224,8 @@ mb_panel_applet_create (const char *id,
/* Show! */
gtk_widget_show_all (button);
+ /* Make sure we initialize to some state -- sync_applet() should set it properly */
+ set_active (applet, TRUE);
+
return button;
};