don't free evolution_dir as we need it to save the config settings.

2000-10-11  Damon Chaplin  <damon@helixcode.com>

	* gui/component-factory.c (owner_unset_cb): don't free evolution_dir
	as we need it to save the config settings.

svn path=/trunk/; revision=5858
This commit is contained in:
Damon Chaplin
2000-10-11 19:28:41 +00:00
committed by Damon Chaplin
parent 2ce365f3f2
commit 9bf48a8609
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2000-10-11 Damon Chaplin <damon@helixcode.com>
* gui/component-factory.c (owner_unset_cb): don't free evolution_dir
as we need it to save the config settings.
2000-10-11 Damon Chaplin <damon@helixcode.com>
* gui/main.c (main): call calendar_config_write_on_exit() to write

View File

@ -84,7 +84,6 @@ static void
owner_unset_cb (EvolutionShellComponent *shell_component,
gpointer user_data)
{
g_free (evolution_dir);
owner_count --;
if (owner_count <= 0)
gtk_main_quit();

View File

@ -84,7 +84,6 @@ static void
owner_unset_cb (EvolutionShellComponent *shell_component,
gpointer user_data)
{
g_free (evolution_dir);
owner_count --;
if (owner_count <= 0)
gtk_main_quit();