[gnome-color-manager] Use a scanner icon, not a digital camera icon for scanners



commit 80721748d5561435a0f623707febd4c2394567f9
Author: Richard Hughes <richard hughsie com>
Date:   Thu Nov 5 09:09:36 2009 +0000

    Use a scanner icon, not a digital camera icon for scanners

 src/gcm-prefs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-prefs.c b/src/gcm-prefs.c
index e85aea1..aa83a05 100644
--- a/src/gcm-prefs.c
+++ b/src/gcm-prefs.c
@@ -761,7 +761,7 @@ gcm_prefs_add_device_scanner (GcmDevice *device)
 	gtk_list_store_set (list_store_devices, &iter,
 			    GPM_DEVICES_COLUMN_ID, id,
 			    GPM_DEVICES_COLUMN_TITLE, title,
-			    GPM_DEVICES_COLUMN_ICON, "camera-photo", -1);
+			    GPM_DEVICES_COLUMN_ICON, "scanner", -1);
 	g_free (id);
 	g_free (title);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]