set current config version on load

This commit is contained in:
Mike Blumenkrantz 2013-04-18 13:04:23 +01:00
parent b4b8e69bfe
commit 2795e52b9b
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ e_modapi_init(E_Module *m)
if (!notification_cfg)
notification_cfg = _notification_cfg_new();
notification_cfg->version = MOD_CONFIG_FILE_VERSION;
/* set up the notification daemon */
if (!e_notification_server_register(&server_info, _notification_cb_notify,