[Commits] [SCM] claws branch, master, updated. 3.13.2-218-g4836dd9
ticho at claws-mail.org
ticho at claws-mail.org
Mon Aug 1 17:57:07 CEST 2016
The branch, master has been updated
via 4836dd93f690f7432f6479bf166d0f7226399433 (commit)
from f3e99813d4c3ac4ae26a1d37519f8046ee83a97c (commit)
Summary of changes:
src/main.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 4836dd93f690f7432f6479bf166d0f7226399433
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Mon Aug 1 17:56:16 2016 +0200
Set correct config_version after first-run wizard finishes.
Patch by Christian Hesse <mail at eworm de>.
diff --git a/src/main.c b/src/main.c
index 689eac0..5c15a62 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1459,6 +1459,7 @@ int main(int argc, char *argv[])
}
if (never_ran) {
+ prefs_common_get_prefs()->config_version = CLAWS_CONFIG_VERSION;
prefs_common_write_config();
plugin_load_standard_plugins ();
} else {
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list