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:
committed by
Damon Chaplin
parent
2ce365f3f2
commit
9bf48a8609
@ -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
|
||||
|
||||
@ -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();
|
||||
|
||||
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user