aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-config-upgrade.c
Commit message (Collapse)AuthorAgeFilesLines
* (import_bonobo_config): Protect from valEttore Perazzoli2003-03-071-1/+5
| | | | | | | being NULL when printf()ing -- should fix #39096 (Solaris-specific crash). svn path=/trunk/; revision=20195
* Change the type of load_http_images to INT rather than BOOL. Fixes bugJeffrey Stedfast2003-02-271-1/+1
| | | | | | | | | 2003-02-26 Jeffrey Stedfast <fejj@ximian.com> * e-config-upgrade.c: Change the type of load_http_images to INT rather than BOOL. Fixes bug #38767. svn path=/trunk/; revision=20073
* Added a key for /apps/evolution/version - seems the best place to put it.Not Zed2003-02-261-0/+1699
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