aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-account-setup/camel-gw-listener.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2006-09-19 00:08:10 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2006-09-19 00:08:10 +0800
commit804831ef758fe29fcaecd68979e1ee4e40b38850 (patch)
tree4a034443ed0d2adb2bba8a624466c042cd665044 /plugins/groupwise-account-setup/camel-gw-listener.c
parent8c87039dd7d5f69c7c7e4a0224d9922a3d941c0a (diff)
downloadgsoc2013-evolution-804831ef758fe29fcaecd68979e1ee4e40b38850.tar
gsoc2013-evolution-804831ef758fe29fcaecd68979e1ee4e40b38850.tar.gz
gsoc2013-evolution-804831ef758fe29fcaecd68979e1ee4e40b38850.tar.bz2
gsoc2013-evolution-804831ef758fe29fcaecd68979e1ee4e40b38850.tar.lz
gsoc2013-evolution-804831ef758fe29fcaecd68979e1ee4e40b38850.tar.xz
gsoc2013-evolution-804831ef758fe29fcaecd68979e1ee4e40b38850.tar.zst
gsoc2013-evolution-804831ef758fe29fcaecd68979e1ee4e40b38850.zip
Chain up to parent's finalize() method.
2006-09-18 Matthew Barnes <mbarnes@redhat.com> * camel-gw-listener.c: (finalize) Chain up to parent's finalize() method. svn path=/trunk/; revision=32785
Diffstat (limited to 'plugins/groupwise-account-setup/camel-gw-listener.c')
-rw-r--r--plugins/groupwise-account-setup/camel-gw-listener.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/groupwise-account-setup/camel-gw-listener.c b/plugins/groupwise-account-setup/camel-gw-listener.c
index f9622d15ac..5634bf65fb 100644
--- a/plugins/groupwise-account-setup/camel-gw-listener.c
+++ b/plugins/groupwise-account-setup/camel-gw-listener.c
@@ -118,6 +118,8 @@ finalize (GObject *object)
}
g_list_free (groupwise_accounts);
+
+ G_OBJECT_CLASS (parent_class)->finalize (object);
}
/*determines whehter the passed in account is groupwise or not by looking at source url */