[gnome-power-manager/gnome-2-32] Use device icons from the icon name specification



commit 9b1c7aafc1b4da01c1ac0fe99759da6234ad7ec4
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 838c252..af1ac91 100644
--- a/src/gpm-upower.c
+++ b/src/gpm-upower.c
@@ -533,16 +533,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]