gedit r6922 - trunk/plugins/spell
- From: pborelli svn gnome org
- To: svn-commits-list gnome org
- Subject: gedit r6922 - trunk/plugins/spell
- Date: Wed, 25 Feb 2009 09:54:40 +0000 (UTC)
Author: pborelli
Date: Wed Feb 25 09:54:39 2009
New Revision: 6922
URL: http://svn.gnome.org/viewvc/gedit?rev=6922&view=rev
Log:
one more missing finalize
Modified:
trunk/plugins/spell/gedit-spell-checker.c
Modified: trunk/plugins/spell/gedit-spell-checker.c
==============================================================================
--- trunk/plugins/spell/gedit-spell-checker.c (original)
+++ trunk/plugins/spell/gedit-spell-checker.c Wed Feb 25 09:54:39 2009
@@ -250,6 +250,8 @@
if (spell_checker->broker != NULL)
enchant_broker_free (spell_checker->broker);
+
+ G_OBJECT_CLASS (parent_class)->finalize (object);
}
static gboolean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]