aboutsummaryrefslogtreecommitdiffstats
path: root/applets/showdesktop/showdesktop.c
diff options
context:
space:
mode:
Diffstat (limited to 'applets/showdesktop/showdesktop.c')
-rw-r--r--applets/showdesktop/showdesktop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/showdesktop/showdesktop.c b/applets/showdesktop/showdesktop.c
index 6ab9385..61dd5c2 100644
--- a/applets/showdesktop/showdesktop.c
+++ b/applets/showdesktop/showdesktop.c
@@ -199,7 +199,7 @@ mb_panel_applet_create (const char *id,
gtk_button_set_relief (applet->button, GTK_RELIEF_NONE);
- GTK_WIDGET_UNSET_FLAGS (button, GTK_CAN_FOCUS);
+ gtk_widget_set_can_focus (button, FALSE);
gtk_widget_set_name (button, "MatchboxPanelShowDesktop");