gnome-games r8137 - trunk/aisleriot
- From: jclinton svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8137 - trunk/aisleriot
- Date: Tue, 21 Oct 2008 19:44:09 +0000 (UTC)
Author: jclinton
Date: Tue Oct 21 19:44:08 2008
New Revision: 8137
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8137&view=rev
Log:
Add missing chain-up in the dispose handler for AisleriotCard.
Modified:
trunk/aisleriot/card.c
Modified: trunk/aisleriot/card.c
==============================================================================
--- trunk/aisleriot/card.c (original)
+++ trunk/aisleriot/card.c Tue Oct 21 19:44:08 2008
@@ -126,6 +126,8 @@
aisleriot_card_dispose (GObject *self)
{
aisleriot_card_unref_cache ((AisleriotCard *) self);
+
+ ((GObjectClass *) aisleriot_card_parent_class)->dispose (self);
}
ClutterActor *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]