podsleuth r72 - in trunk: . src/PodSleuth.Hal/PodSleuth.HalFrontend
- From: gburt svn gnome org
- To: svn-commits-list gnome org
- Subject: podsleuth r72 - in trunk: . src/PodSleuth.Hal/PodSleuth.HalFrontend
- Date: Tue, 13 Jan 2009 17:10:14 +0000 (UTC)
Author: gburt
Date: Tue Jan 13 17:10:14 2009
New Revision: 72
URL: http://svn.gnome.org/viewvc/podsleuth?rev=72&view=rev
Log:
2009-01-13 Gabriel Burt <gabriel burt gmail com>
* src/PodSleuth.Hal/PodSleuth.HalFrontend/HalPopulator.cs: Patch from
Bastien Nocera setting the info.desktop.icon property (BGO #518772)
Modified:
trunk/ChangeLog
trunk/src/PodSleuth.Hal/PodSleuth.HalFrontend/HalPopulator.cs
Modified: trunk/src/PodSleuth.Hal/PodSleuth.HalFrontend/HalPopulator.cs
==============================================================================
--- trunk/src/PodSleuth.Hal/PodSleuth.HalFrontend/HalPopulator.cs (original)
+++ trunk/src/PodSleuth.Hal/PodSleuth.HalFrontend/HalPopulator.cs Tue Jan 13 17:10:14 2009
@@ -157,6 +157,9 @@
hal_device.SetPropertyString("info.icon_name", pod_device.ModelInformation.IconName);
hal_device.Parent.SetPropertyString("info.icon_name", pod_device.ModelInformation.IconName);
+
+ hal_device.SetPropertyString("info.desktop.icon", pod_device.ModelInformation.IconName);
+ hal_device.Parent.SetPropertyString("info.desktop.icon", pod_device.ModelInformation.IconName);
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]