summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--timerapplet/timerapplet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/timerapplet/timerapplet.c b/timerapplet/timerapplet.c
index 292ffda5..dee75511 100644
--- a/timerapplet/timerapplet.c
+++ b/timerapplet/timerapplet.c
@@ -393,7 +393,7 @@ timer_applet_fill (MatePanelApplet* applet_widget)
notify_init ("timer-applet");
mate_panel_applet_set_flags (applet_widget, MATE_PANEL_APPLET_EXPAND_MINOR);
- mate_panel_applet_set_background_widget (applet_widget, GTK_WIDGET (applet));
+ mate_panel_applet_set_background_widget (MATE_PANEL_APPLET (applet_widget), GTK_WIDGET (applet_widget));
applet = g_malloc0(sizeof(TimerApplet));
applet->applet = applet_widget;