[gnome-power-manager] Use device icons from the icon name specification
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-power-manager] Use device icons from the icon name specification
- Date: Fri, 28 May 2010 11:01:35 +0000 (UTC)
commit e97f8b11d0ac0870d7c29ee444fc1764a30e38ee
Author: Richard Hughes <richard hughsie com>
Date: Fri May 28 11:51:59 2010 +0100
Use device icons from the icon name specification
src/gpm-upower.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gpm-upower.c b/src/gpm-upower.c
index a1cba14..1d28b90 100644
--- a/src/gpm-upower.c
+++ b/src/gpm-upower.c
@@ -583,16 +583,16 @@ gpm_device_kind_to_icon (UpDeviceKind kind)
icon = "application-certificate";
break;
case UP_DEVICE_KIND_MOUSE:
- icon = "mouse";
+ icon = "input-mouse";
break;
case UP_DEVICE_KIND_KEYBOARD:
icon = "input-keyboard";
break;
case UP_DEVICE_KIND_PDA:
- icon = "input-gaming";
+ icon = "pda";
break;
case UP_DEVICE_KIND_PHONE:
- icon = "camera-video";
+ icon = "phone";
break;
default:
egg_warning ("enum unrecognised: %i", kind);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]