From f8e7d3ddcd054be716d3b38a8fb9a7a5c1d88f5c Mon Sep 17 00:00:00 2001 From: Salvatore Iovene Date: Sun, 6 Dec 2009 16:53:23 +0200 Subject: [PATCH 1/1] Save settings. --- maemo-tweaks.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maemo-tweaks.c b/maemo-tweaks.c index af03341..213c1a3 100644 --- a/maemo-tweaks.c +++ b/maemo-tweaks.c @@ -66,6 +66,8 @@ osso_return_t execute (osso_context_t *osso, gpointer data, response = gtk_dialog_run (GTK_DIALOG (dialog)); if (response == GTK_RESPONSE_OK) { + /* Save all settings */ + g_list_foreach (sections, (GFunc) maemo_tweaks_section_save, NULL); } -- 1.7.9.5