[gnome-settings-daemon] printing: use a symbolic printer icon



commit 09501195562182c72954b986189c183990ce45c4
Author: William Jon McCann <jmccann redhat com>
Date:   Tue Feb 1 17:42:34 2011 -0500

    printing: use a symbolic printer icon

 .../gsd-print-notifications-manager.c              |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/print-notifications/gsd-print-notifications-manager.c b/plugins/print-notifications/gsd-print-notifications-manager.c
index 86d6fd3..1496924 100644
--- a/plugins/print-notifications/gsd-print-notifications-manager.c
+++ b/plugins/print-notifications/gsd-print-notifications-manager.c
@@ -285,7 +285,7 @@ on_cups_notification (GDBusConnection *connection,
                 NotifyNotification *notification;
                 notification = notify_notification_new (primary_text,
                                                         secondary_text,
-                                                        NULL);
+                                                        "printer-symbolic");
                 notify_notification_set_hint (notification, "transient", g_variant_new_boolean (TRUE));
 
                 notify_notification_show (notification, NULL);



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