diff options
author | Not Zed <NotZed@Ximian.com> | 2003-02-26 20:49:04 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-02-26 20:49:04 +0800 |
commit | 2c488d4c817a8876bae0011692ff9e0fe9c8353c (patch) | |
tree | d784dcb011db12c0ca0b8b72a10b0091e5cd83a6 /shell/Makefile.am | |
parent | d9d3e0d6275d7cb7bb85e7bbc096cf86d3fea3a2 (diff) | |
download | gsoc2013-evolution-2c488d4c817a8876bae0011692ff9e0fe9c8353c.tar.gz gsoc2013-evolution-2c488d4c817a8876bae0011692ff9e0fe9c8353c.tar.zst gsoc2013-evolution-2c488d4c817a8876bae0011692ff9e0fe9c8353c.zip |
Added a key for /apps/evolution/version - seems the best place to put it.
2003-02-26 Not Zed <NotZed@Ximian.com>
* apps_evolution_shell.schemas: Added a key for
/apps/evolution/version - seems the best place to put it. This
should not return any value if unset, so i'm not sure if this is
the right mechanism ...
* e-config-upgrade.c: Upgrade settings from earlier versions of evolution.
* main.c (upgrade_from_1_0_if_needed): Removed.
(main): Call e_config_upgrade before going into gmainloop.
(main): Turn off the --force-upgrade option, since it doesn't work
yet ...
svn path=/trunk/; revision=20068
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 16bec4d851..23397f65ec 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -143,6 +143,7 @@ evolution_SOURCES = \ e-component-info.h \ e-component-registry.c \ e-component-registry.h \ + e-config-upgrade.c \ e-corba-config-page.c \ e-corba-config-page.h \ e-corba-shortcuts.c \ |