[maemo-commits] [maemo-commits] r8487 - in projects/haf/trunk/maemo-af-desktop: . hildon-home

From: www-data at stage.maemo.org www-data at stage.maemo.org
Date: Thu Nov 30 10:22:35 EET 2006
Author: jobi
Date: 2006-11-30 10:22:33 +0200 (Thu, 30 Nov 2006)
New Revision: 8487

Modified:
   projects/haf/trunk/maemo-af-desktop/ChangeLog
   projects/haf/trunk/maemo-af-desktop/hildon-home/hildon-home-applet.c
Log:

2006-11-30  Johan Bilien <johan.bilien at nokia.com>

	* hildon-home/hildon-home-applet.c: unref the close button and
	resize handler pixmaps. Fixes: NB#48743



Modified: projects/haf/trunk/maemo-af-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/maemo-af-desktop/ChangeLog	2006-11-30 06:45:16 UTC (rev 8486)
+++ projects/haf/trunk/maemo-af-desktop/ChangeLog	2006-11-30 08:22:33 UTC (rev 8487)
@@ -1,3 +1,8 @@
+2006-11-30  Johan Bilien <johan.bilien at nokia.com>
+
+	* hildon-home/hildon-home-applet.c: unref the close button and
+	resize handler pixmaps. Fixes: NB#48743
+
 2006-11-29  Johan Bilien <johan.bilien at nokia.com>
 
 	* configure.ac: 2.9.99.12

Modified: projects/haf/trunk/maemo-af-desktop/hildon-home/hildon-home-applet.c
===================================================================
--- projects/haf/trunk/maemo-af-desktop/hildon-home/hildon-home-applet.c	2006-11-30 06:45:16 UTC (rev 8486)
+++ projects/haf/trunk/maemo-af-desktop/hildon-home/hildon-home-applet.c	2006-11-30 08:22:33 UTC (rev 8487)
@@ -656,7 +656,10 @@
   gdk_window_move (window, x, y);
 
   if (pixmap)
-    gdk_window_set_back_pixmap (window, pixmap, FALSE);
+    {
+      gdk_window_set_back_pixmap (window, pixmap, FALSE);
+      g_object_unref (pixmap);
+    }
   
   if (bitmask)
     {


More information about the maemo-commits mailing list