hal/hald/linux2 coldplug.c,1.20,1.21
Danny Kukawka
dkukawka at freedesktop.org
Tue Nov 8 07:47:38 PST 2005
Update of /cvs/hal/hal/hald/linux2
In directory gabe:/tmp/cvs-serv29894/hald/linux2
Modified Files:
coldplug.c
Log Message:
2005-11-08 Danny Kukawka <danny.kukawka at web.de>
* hald/linux2/coldplug.c: (coldplug_synthesize_events): fixed typo from
fd.o bug #2115
* doc/spec/hal-spec.xml.in: fixed fd.o bug #4644 and fixed typo in spec
* tools/device-manager/DeviceManager.py,
tools/device-manager/hal-device-manager.glade: slightly adopted fix from
fd.o bug #3954 from Benjamin Berg <benjamin at sipsolutions.net> to make
all fields in hal-device-manager selectable to copy the content
* tools/device-manager/hal-device-manager.in: fixed fd.o bug #2121 with
patch from #4266 (Young-Ho, Cha, <ganadist at chollian.net>) to enable
translation for hal-device-manager
* tools/hal_set_property.c: (usage): fixed fd.o bug #2850, removed option
from the help text.
Index: coldplug.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/coldplug.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- coldplug.c 2 Nov 2005 15:38:13 -0000 1.20
+++ coldplug.c 8 Nov 2005 15:47:36 -0000 1.21
@@ -560,7 +560,7 @@
return TRUE;
error:
- HAL_ERROR (("Error building the orderered list of sysfs paths"));
+ HAL_ERROR (("Error building the ordered list of sysfs paths"));
return FALSE;
}
More information about the hal-commit
mailing list