aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-component.c
diff options
context:
space:
mode:
authorDamon Chaplin <damon@helixcode.com>2000-10-12 03:28:41 +0800
committerDamon Chaplin <damon@src.gnome.org>2000-10-12 03:28:41 +0800
commit9bf48a86096adc3cf230259c8d73194c5d8a18be (patch)
tree847f10f6df2379c025e35bebb34e808d15c379bb /calendar/gui/calendar-component.c
parent2ce365f3f295c260f0e5e442a709f47ddc6940e4 (diff)
downloadgsoc2013-evolution-9bf48a86096adc3cf230259c8d73194c5d8a18be.tar
gsoc2013-evolution-9bf48a86096adc3cf230259c8d73194c5d8a18be.tar.gz
gsoc2013-evolution-9bf48a86096adc3cf230259c8d73194c5d8a18be.tar.bz2
gsoc2013-evolution-9bf48a86096adc3cf230259c8d73194c5d8a18be.tar.lz
gsoc2013-evolution-9bf48a86096adc3cf230259c8d73194c5d8a18be.tar.xz
gsoc2013-evolution-9bf48a86096adc3cf230259c8d73194c5d8a18be.tar.zst
gsoc2013-evolution-9bf48a86096adc3cf230259c8d73194c5d8a18be.zip
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
Diffstat (limited to 'calendar/gui/calendar-component.c')
-rw-r--r--calendar/gui/calendar-component.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c
index e47c8cf4af..d45db48584 100644
--- a/calendar/gui/calendar-component.c
+++ b/calendar/gui/calendar-component.c
@@ -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();