diff options
Diffstat (limited to 'drivemount')
-rw-r--r-- | drivemount/drivemount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivemount/drivemount.c b/drivemount/drivemount.c index 342ca623..d6a77f20 100644 --- a/drivemount/drivemount.c +++ b/drivemount/drivemount.c @@ -184,7 +184,6 @@ applet_factory (MatePanelApplet *applet, gtk_window_set_default_icon_name ("media-floppy"); mate_panel_applet_set_flags (applet, MATE_PANEL_APPLET_EXPAND_MINOR); - mate_panel_applet_set_background_widget (applet, GTK_WIDGET (applet)); drive_list = drive_list_new (); |