[maemo-commits] [maemo-commits] r13794 - in projects/haf/trunk/hildon-home-webshortcut: . plugin

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Sep 13 15:58:27 EEST 2007
Author: jobi
Date: 2007-09-13 15:58:26 +0300 (Thu, 13 Sep 2007)
New Revision: 13794

Modified:
   projects/haf/trunk/hildon-home-webshortcut/ChangeLog
   projects/haf/trunk/hildon-home-webshortcut/plugin/hildon-home-webshortcut.c
Log:

2007-09-13  Johan Bilien  <johan.bilien at nokia.com>

	* plugin/hildon-home-webshortcut.c: chain _destroy
	to the parent class



Modified: projects/haf/trunk/hildon-home-webshortcut/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-home-webshortcut/ChangeLog	2007-09-13 12:53:13 UTC (rev 13793)
+++ projects/haf/trunk/hildon-home-webshortcut/ChangeLog	2007-09-13 12:58:26 UTC (rev 13794)
@@ -1,3 +1,8 @@
+2007-09-13  Johan Bilien  <johan.bilien at nokia.com>
+
+	* plugin/hildon-home-webshortcut.c: chain _destroy
+	to the parent class
+
 2007-09-12  Johan Bilien  <johan.bilien at nokia.com>
 
 	* plugin/hildon-home-webshortcut.c: if during the first load

Modified: projects/haf/trunk/hildon-home-webshortcut/plugin/hildon-home-webshortcut.c
===================================================================
--- projects/haf/trunk/hildon-home-webshortcut/plugin/hildon-home-webshortcut.c	2007-09-13 12:53:13 UTC (rev 13793)
+++ projects/haf/trunk/hildon-home-webshortcut/plugin/hildon-home-webshortcut.c	2007-09-13 12:58:26 UTC (rev 13794)
@@ -926,6 +926,8 @@
     g_object_unref (priv->gconf_client);
     priv->gconf_client = NULL;
   }
+
+  GTK_OBJECT_CLASS (hhws_parent_class)->destroy (object);
 }
 
 static GtkWidget *


More information about the maemo-commits mailing list