+Flush configuration also just after the options parsing.
authorshort <>
Sun, 23 May 2004 20:11:56 +0000 (20:11 +0000)
committershort <>
Sun, 23 May 2004 20:11:56 +0000 (20:11 +0000)
 - After the break during successful daemon the config would get lost.

src/main.c

index 6e4db2c..a2a7c61 100644 (file)
@@ -257,6 +257,8 @@ guint handler_id;
                }
 #endif /* HAVE_GNOME */
 
+       configuration_write();
+
        is_interactive=(1
                        && !optarg_start
                        && !optarg_stop