diff --git a/Makefile.am b/Makefile.am index d89f4a96..85ce3538 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2008-2010 Dirk-Jan C. Binnema +## Copyright (C) 2008-2011 Dirk-Jan C. Binnema ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/src/mu-runtime.c b/src/mu-runtime.c index 5f8fa64a..32fd958b 100644 --- a/src/mu-runtime.c +++ b/src/mu-runtime.c @@ -61,8 +61,6 @@ mu_dir_is_readable_and_writable (const char* muhome) return FALSE; } - - gboolean mu_runtime_init (const char* muhome_arg) { diff --git a/src/mu.cc b/src/mu.cc index a738a784..22723c11 100644 --- a/src/mu.cc +++ b/src/mu.cc @@ -29,7 +29,9 @@ main (int argc, char *argv[]) if (!mu_runtime_init_from_cmdline (&argc, &argv)) return 1; + rv = mu_config_execute (mu_runtime_config()); + mu_runtime_uninit (); return rv;