diff options
Diffstat (limited to 'drivemount/drivemount.c')
-rw-r--r-- | drivemount/drivemount.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivemount/drivemount.c b/drivemount/drivemount.c index 3e0bdd2b..7d10a1d6 100644 --- a/drivemount/drivemount.c +++ b/drivemount/drivemount.c @@ -190,6 +190,8 @@ applet_factory (MatePanelApplet *applet, mate_panel_applet_set_flags (applet, MATE_PANEL_APPLET_EXPAND_MINOR); mate_panel_applet_set_background_widget (applet, GTK_WIDGET (applet)); + settings = g_settings_new ( "org.mate.drivemount"); + drive_list = drive_list_new (); gtk_container_add (GTK_CONTAINER (applet), drive_list); |