[Pkg-xfce-commits] r828 - in goodies/xfce4-weather-plugin/debian: . patches

Yves-Alexis Perez corsac-guest at costa.debian.org
Tue Aug 8 06:14:34 UTC 2006


Author: corsac-guest
Date: 2006-08-08 06:14:33 +0000 (Tue, 08 Aug 2006)
New Revision: 828

Removed:
   goodies/xfce4-weather-plugin/debian/patches/xfce4-weather-plugin-0.4.9-g_free_2_g_object_unref.patch
Modified:
   goodies/xfce4-weather-plugin/debian/changelog
Log:
new upstream release


Modified: goodies/xfce4-weather-plugin/debian/changelog
===================================================================
--- goodies/xfce4-weather-plugin/debian/changelog	2006-08-06 10:47:14 UTC (rev 827)
+++ goodies/xfce4-weather-plugin/debian/changelog	2006-08-08 06:14:33 UTC (rev 828)
@@ -1,3 +1,10 @@
+xfce4-weather-plugin (0.5.90.2-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Fix crash when xfce-mcs-manager is refreshed.		Closes: #381925
+
+ -- Yves-Alexis Perez <corsac at corsac.net>  Tue,  8 Aug 2006 08:13:19 +0200
+
 xfce4-weather-plugin (0.5-2) unstable; urgency=low
 
   * Updated build-deps to 4.3.90.2 (Xfce 4.4 Beta2).

Deleted: goodies/xfce4-weather-plugin/debian/patches/xfce4-weather-plugin-0.4.9-g_free_2_g_object_unref.patch
===================================================================
--- goodies/xfce4-weather-plugin/debian/patches/xfce4-weather-plugin-0.4.9-g_free_2_g_object_unref.patch	2006-08-06 10:47:14 UTC (rev 827)
+++ goodies/xfce4-weather-plugin/debian/patches/xfce4-weather-plugin-0.4.9-g_free_2_g_object_unref.patch	2006-08-08 06:14:33 UTC (rev 828)
@@ -1,21 +0,0 @@
-diff -Naur xfce4-weather-plugin-0.4.9/panel-plugin/scrollbox.c xfce4-weather-plugin-updated/panel-plugin/scrollbox.c
---- xfce4-weather-plugin-0.4.9/panel-plugin/scrollbox.c	2005-02-28 07:25:19.000000000 -0800
-+++ xfce4-weather-plugin-updated/panel-plugin/scrollbox.c	2006-03-27 15:19:17.000000000 -0800
-@@ -17,7 +17,7 @@
- void free_label(struct label *lbl)
- {
-         if (lbl->pixmap)
--                g_free(lbl->pixmap);
-+                g_object_unref(lbl->pixmap);
-         if (lbl->msg)
-                 g_free(lbl->msg);
- }
-@@ -305,7 +305,7 @@
-                 {
-                         struct label *lbl = (struct label*)g_ptr_array_index(self->labels, i); 
- 
--                        g_free(lbl->pixmap);
-+                        g_object_unref(lbl->pixmap);
-                         g_free(lbl->msg);
-                 }
-                 g_ptr_array_free(self->labels, TRUE);




More information about the Pkg-xfce-commits mailing list