Chain up to parent's finalize() method.

2006-09-18  Matthew Barnes  <mbarnes@redhat.com>

	* camel-hula-listener.c: (finalize)
	Chain up to parent's finalize() method.

svn path=/trunk/; revision=32786
This commit is contained in:
Matthew Barnes
2006-09-18 16:08:58 +00:00
committed by Matthew Barnes
parent 804831ef75
commit aabd9eca95
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-09-18 Matthew Barnes <mbarnes@redhat.com>
* camel-hula-listener.c: (finalize)
Chain up to parent's finalize() method.
2006-01-09 Kjartan Maraas <kmaraas@gnome.org>
* camel-hula-listener.c: (is_hula_caldav_account), (add_esource),

View File

@ -116,6 +116,8 @@ finalize (GObject *object)
}
g_list_free (hula_accounts);
G_OBJECT_CLASS (parent_class)->finalize (object);
}
/*determines whehter the passed in account is hula or not by looking at source url */