[Goodies-commits] r7650 - in xfce4-power-manager/trunk: . libxfpm

Ali Abdallah aliov at xfce.org
Thu Jul 2 15:44:16 CEST 2009


Author: aliov
Date: 2009-07-02 13:44:16 +0000 (Thu, 02 Jul 2009)
New Revision: 7650

Modified:
   xfce4-power-manager/trunk/configure.ac.in
   xfce4-power-manager/trunk/libxfpm/hal-device.c
Log:
0.8.1

Modified: xfce4-power-manager/trunk/configure.ac.in
===================================================================
--- xfce4-power-manager/trunk/configure.ac.in	2009-07-01 22:37:56 UTC (rev 7649)
+++ xfce4-power-manager/trunk/configure.ac.in	2009-07-02 13:44:16 UTC (rev 7650)
@@ -1,9 +1,9 @@
 m4_define([intltool_minimum_version], [0.31])
 m4_define([xfpm_version_major],  [0])
 m4_define([xfpm_version_minor],  [8])
-m4_define([xfpm_version_micro],  [0])
+m4_define([xfpm_version_micro],  [1])
 m4_define([xfpm_version_build],  [])
-m4_define([xfpm_version_tag],[r at REVISION@])
+m4_define([xfpm_version_tag],[])
 m4_define([xfpm_version], [xfpm_version_major().xfpm_version_minor().xfpm_version_micro()ifelse(xfpm_version_tag(), [svn], [xfpm_version_tag().xfpm_version_build()], [xfpm_version_tag()])])
 
 AC_INIT([xfce4-power-manager], [xfpm_version], [http://bugzilla.xfce.org/])

Modified: xfce4-power-manager/trunk/libxfpm/hal-device.c
===================================================================
--- xfce4-power-manager/trunk/libxfpm/hal-device.c	2009-07-01 22:37:56 UTC (rev 7649)
+++ xfce4-power-manager/trunk/libxfpm/hal-device.c	2009-07-02 13:44:16 UTC (rev 7650)
@@ -218,8 +218,6 @@
 
     device = HAL_DEVICE (object);
 
-    g_debug ("Finalizing object with udi=%s", device->priv->udi);
-    
     if ( device->priv->udi )
 	g_free (device->priv->udi);
 




More information about the Goodies-commits mailing list