diff options
Diffstat (limited to 'drivemount/drivemount.c')
-rw-r--r-- | drivemount/drivemount.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivemount/drivemount.c b/drivemount/drivemount.c index 8fd56b9b..27d5e969 100644 --- a/drivemount/drivemount.c +++ b/drivemount/drivemount.c @@ -175,9 +175,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_add_preferences (applet, - "/schemas/apps/drivemount-applet/prefs", - NULL); mate_panel_applet_set_background_widget (applet, GTK_WIDGET (applet)); drive_list = drive_list_new (); |