[gnome-shell/wip/fmuellner/notification-redux+sass: 179/207] notificationDaemon: Fix a comment



commit 5702c595331a06bf40ce7683ab31f5834fc913b7
Author: Florian Müllner <fmuellner gnome org>
Date:   Mon Feb 16 05:53:24 2015 +0100

    notificationDaemon: Fix a comment

 js/ui/notificationDaemon.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/notificationDaemon.js b/js/ui/notificationDaemon.js
index 31c0726..b3df15b 100644
--- a/js/ui/notificationDaemon.js
+++ b/js/ui/notificationDaemon.js
@@ -360,8 +360,7 @@ const FdoNotificationDaemon = new Lang.Class({
         // the 'image-data' hint. These applications don't typically pass in 'app_icon'
         // argument to Notify() and actually expect the pixbuf to be shown as an icon.
         // So the logic here does the right thing for this case. If both an icon and either
-        // one of 'image-data' or 'image-path' are specified, we show both an icon and
-        // a large image.
+        // one of 'image-data' or 'image-path' are specified, the icon and takes precedence.
         if (!gicon && gimage)
             gicon = gimage;
         else if (!gicon)


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