hal ChangeLog,1.802,1.803
Danny Kukawka
dkukawka at freedesktop.org
Mon Feb 13 06:35:33 PST 2006
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv4810
Modified Files:
ChangeLog
Log Message:
2006-02-13 Danny Kukawka <danny.kukawka at web.de>
Fixed problems with usage of dbus_error within a for-block. Need
to be sure that the error is empty and initialised for each usage.
If not we get potentially error messages from dbus. :
* hald/linux2/addons/addon-acpi.c: (main_loop):
* tools/lshal.c: (dump_devices):
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.802
retrieving revision 1.803
diff -u -d -r1.802 -r1.803
--- ChangeLog 13 Feb 2006 07:49:17 -0000 1.802
+++ ChangeLog 13 Feb 2006 14:35:31 -0000 1.803
@@ -1,3 +1,12 @@
+2006-02-13 Danny Kukawka <danny.kukawka at web.de>
+
+ Fixed problems with usage of dbus_error within a for-block. Need
+ to be sure that the error is empty and initialised for each usage.
+ If not we get potentially error messages from dbus. :
+
+ * hald/linux2/addons/addon-acpi.c: (main_loop):
+ * tools/lshal.c: (dump_devices):
+
2006-02-13 David Zeuthen <davidz at redhat.com>
* tools/hal-luks-setup: Refuse to setup the device if it's already
More information about the hal-commit
mailing list