[Pkg-mozext-commits] [requestpolicy] 30/65: [imp] r21n: use red flag as icon

David Prévot taffit at moszumanska.debian.org
Fri Mar 25 22:59:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository requestpolicy.

commit f2219e363490a3d53d4ebec3610f247d2bde7ee9
Author: Martin Kimmerle <dev at 256k.de>
Date:   Sat Jan 16 23:19:18 2016 +0100

    [imp] r21n: use red flag as icon
    
    Resolves #595
---
 src/content/ui/overlay.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/content/ui/overlay.js b/src/content/ui/overlay.js
index c971d33..1bd5821 100644
--- a/src/content/ui/overlay.js
+++ b/src/content/ui/overlay.js
@@ -516,7 +516,8 @@ window.rpcontinued.overlay = (function() {
 
       let notificationElem = notificationBox.appendNotification(
           notificationLabel, notificationValue,
-          "chrome://browser/skin/Info.png", priority, buttons);
+          "chrome://rpcontinued/skin/requestpolicy-icon-blocked.png",
+          priority, buttons);
 
       // Let the notification persist at least 300ms. This is needed in the
       // following scenario:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git



More information about the Pkg-mozext-commits mailing list