[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 205/483: Added own icon for Element Hiding Helper instead of reusing the icon from Adblock Plus

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:41 UTC 2015


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

taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.

commit 5ae7818b36b8d1474f40cb6a0f75aebff186c927
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Thu May 20 12:39:33 2010 +0200

    Added own icon for Element Hiding Helper instead of reusing the icon from Adblock Plus
---
 chrome.manifest |   3 +++
 icon.png        | Bin 0 -> 939 bytes
 install.rdf     |   2 +-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/chrome.manifest b/chrome.manifest
index 95c34ad..57c527f 100644
--- a/chrome.manifest
+++ b/chrome.manifest
@@ -3,3 +3,6 @@ content   elemhidehelper jar:chrome/elemhidehelper.jar!/content/
 skin      elemhidehelper classic/1.0 jar:chrome/elemhidehelper.jar!/skin/
 locale    elemhidehelper {{LOCALE}} jar:chrome/elemhidehelper.jar!/locale/{{LOCALE}}/
 content   elemhidehelper-modules modules/
+
+# Hack to allow the icon to be accessed via chrome URL
+skin      elemhidehelper-icon classic/1.0 ./
diff --git a/icon.png b/icon.png
new file mode 100644
index 0000000..dd27c09
Binary files /dev/null and b/icon.png differ
diff --git a/install.rdf b/install.rdf
index d67be6b..2cec2ef 100644
--- a/install.rdf
+++ b/install.rdf
@@ -18,7 +18,7 @@
 {{LOCALIZED}}
 
   <!-- Front End Integration Hooks (used by Extension Manager)-->
-  <em:iconURL>chrome://adblockplus/skin/adblockplus.png</em:iconURL>
+  <em:iconURL>chrome://elemhidehelper-icon/skin/icon.png</em:iconURL>
   <em:aboutURL>chrome://elemhidehelper/content/about.xul</em:aboutURL>
   
   <!-- Target Application this extension can install into, 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git



More information about the Pkg-mozext-commits mailing list