[gnome-settings-daemon] color: Ensure the 'Recalibration required' notification has a custom app name



commit 3ef3fad4b99178a93474aff616967aea5df23d5d
Author: Richard Hughes <richard hughsie com>
Date:   Tue Aug 30 16:29:56 2011 +0100

    color: Ensure the 'Recalibration required' notification has a custom app name
    
    This isn't a string break as we're already translating the 'Color' string.

 plugins/color/gsd-color-manager.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/color/gsd-color-manager.c b/plugins/color/gsd-color-manager.c
index 397252f..440f9e0 100644
--- a/plugins/color/gsd-color-manager.c
+++ b/plugins/color/gsd-color-manager.c
@@ -1511,6 +1511,7 @@ gcm_session_notify_recalibrate (GsdColorManager *manager,
         notification = notify_notification_new (title, message, "preferences-color");
         notify_notification_set_timeout (notification, GCM_SESSION_NOTIFY_TIMEOUT);
         notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW);
+        notify_notification_set_app_name (notification, _("Color"));
 
         /* TRANSLATORS: button: this is to open GCM */
         notify_notification_add_action (notification,



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