From 1945440fef6811e8d5bdcebe23d6ed93f036ad3f Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 23 May 2004 20:11:56 +0000 Subject: [PATCH] +Flush configuration also just after the options parsing. - After the break during successful daemon the config would get lost. --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.c b/src/main.c index 6e4db2c..a2a7c61 100644 --- a/src/main.c +++ b/src/main.c @@ -257,6 +257,8 @@ guint handler_id; } #endif /* HAVE_GNOME */ + configuration_write(); + is_interactive=(1 && !optarg_start && !optarg_stop -- 1.8.3.1