diff options
Diffstat (limited to 'command/src/command.c')
-rw-r--r-- | command/src/command.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/command/src/command.c b/command/src/command.c index f53bef43..824cb6e3 100644 --- a/command/src/command.c +++ b/command/src/command.c @@ -409,7 +409,6 @@ command_applet_fill (MatePanelApplet* applet) gtk_window_set_default_icon_name (APPLET_ICON); mate_panel_applet_set_flags (applet, MATE_PANEL_APPLET_EXPAND_MINOR); - mate_panel_applet_set_background_widget (applet, GTK_WIDGET (applet)); command_applet = g_malloc0(sizeof(CommandApplet)); command_applet->applet = applet; |