Introduce 'requires restart.'
[tweakr] / modules / maemo-tweaks-desktop.c
index 541c852..5dbb4d5 100644 (file)
@@ -72,7 +72,7 @@ static void maemo_tweaks_desktop_section_init
     (MaemoTweaksDesktopSection *section);
 static void maemo_tweaks_desktop_section_dispose (GObject *obj);
 
-static void _save (MaemoTweaksSection *section);
+static void _save (MaemoTweaksSection *section, gboolean *requires_restart);
 
 static GType maemo_tweaks_desktop_section_type = 0;
 static MaemoTweaksSectionClass *
@@ -219,7 +219,7 @@ maemo_tweaks_desktop_section_dispose (GObject *obj)
 }
 
 
-static void _save (MaemoTweaksSection *section)
+static void _save (MaemoTweaksSection *section, gboolean *requires_restart)
 {
     gchar *argv[3];
     gint active;