[maemo-commits] [maemo-commits] r11387 - in projects/haf/trunk/hildon-desktop: . libhildondesktop

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed May 2 17:40:06 EEST 2007
Author: jobi
Date: 2007-05-02 17:40:04 +0300 (Wed, 02 May 2007)
New Revision: 11387

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c
Log:

2007-05-02  Johan Bilien  <johan.bilien at nokia.com>

	* libhildondesktop/hildon-home-area.c: Fixed double unref

007-04-27  Johan Bilien  <johan.bilien at nokia.com>


Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-05-02 14:17:14 UTC (rev 11386)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-05-02 14:40:04 UTC (rev 11387)
@@ -1,3 +1,7 @@
+2007-05-02  Johan Bilien  <johan.bilien at nokia.com>
+
+	* libhildondesktop/hildon-home-area.c: Fixed double unref
+
 2007-04-27  Lucas Rocha  <lucas.rocha at nokia.com>
 
 	* libhildondesktop/hildon-desktop-notification-manager.c: fix crash

Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c	2007-05-02 14:17:14 UTC (rev 11386)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c	2007-05-02 14:40:04 UTC (rev 11387)
@@ -1046,9 +1046,6 @@
       child_data->alpha_mask_unscaled = None;
     }
 
-  else
-    g_object_unref (pixbuf);
-
   XFreePixmap (GDK_DISPLAY (), pixmap);
 
 }


More information about the maemo-commits mailing list