diff options
Diffstat (limited to 'timerapplet/src/timerapplet.c')
-rw-r--r-- | timerapplet/src/timerapplet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/timerapplet/src/timerapplet.c b/timerapplet/src/timerapplet.c index 8d2d3cfe..411e3181 100644 --- a/timerapplet/src/timerapplet.c +++ b/timerapplet/src/timerapplet.c @@ -370,7 +370,6 @@ 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 (MATE_PANEL_APPLET (applet_widget), GTK_WIDGET (applet_widget)); applet = g_malloc0(sizeof(TimerApplet)); applet->applet = applet_widget; |