hal ChangeLog,1.218,1.219

Joe Shaw joe at freedesktop.org
Fri Jul 30 10:23:20 PDT 2004


Update of /cvs/hal/hal
In directory pdx:/tmp/cvs-serv26310

Modified Files:
	ChangeLog 
Log Message:
2004-07-30  Joe Shaw  <joeshaw at novell.com>

	* tools/device-manager/Representation.py (get_icon): Use get()
	rather than indexing for "info.property" so that we can fall
	back and not throw an exception if a device doesn't have it
	set (as virtual devices often don't).

Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -d -r1.218 -r1.219
--- ChangeLog	30 Jul 2004 17:00:42 -0000	1.218
+++ ChangeLog	30 Jul 2004 17:23:18 -0000	1.219
@@ -1,5 +1,12 @@
 2004-07-30  Joe Shaw  <joeshaw at novell.com>
 
+	* tools/device-manager/Representation.py (get_icon): Use get()
+	rather than indexing for "info.property" so that we can fall
+	back and not throw an exception if a device doesn't have it
+	set (as virtual devices often don't).
+
+2004-07-30  Joe Shaw  <joeshaw at novell.com>
+
 	* hald/hald.c (main): Update for the change to hald_dbus_init():
 	don't get a DBusConnection from there, exit() if it fails.  Also
 	update for the change to osspec_init(): don't pass in any




More information about the hal-commit mailing list