[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 115/483: Make sure to attach to the correct overlay in Songbird, also change Songbird compatibility range

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:32 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 72d50214336411aaf7a7e16cfb0cfe1b77ef8c53
Author: Wladimir Palant <trev at gtchat.de>
Date:   Fri May 16 07:40:49 2008 +0000

    Make sure to attach to the correct overlay in Songbird, also change Songbird compatibility range
    
    --HG--
    extra : convert_revision : svn%3Ad8bf93c1-8190-44a8-bb31-1ea94378a4df/trunk%40886
---
 chrome.manifest | 2 +-
 install.rdf     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/chrome.manifest b/chrome.manifest
index 7a42fcb..f2547e0 100644
--- a/chrome.manifest
+++ b/chrome.manifest
@@ -2,7 +2,7 @@ overlay   chrome://adblockplus/content/overlayGeneral.xul chrome://elemhidehelpe
 overlay   chrome://browser/content/browser.xul chrome://elemhidehelper/content/overlayBasic.xul
 overlay   chrome://navigator/content/navigator.xul chrome://elemhidehelper/content/overlayBasic.xul
 overlay   chrome://messenger/content/mailWindowOverlay.xul chrome://elemhidehelper/content/overlayBasic.xul
-overlay   chrome://songbird/content/feathers/basic-layouts/xul/mainplayer.xul chrome://elemhidehelper/content/overlayBasic.xul
+overlay   chrome://songbird/content/xul/layoutWithBrowserOverlay.xul chrome://elemhidehelper/content/overlayBasic.xul
 overlay   chrome://midbrowser/content/midbrowser.xul chrome://elemhidehelper/content/overlayBasic.xul
 overlay   chrome://emusic/content/startup.xul chrome://elemhidehelper/content/overlayBasic.xul
 content   elemhidehelper jar:chrome/elemhidehelper.jar!/content/
diff --git a/install.rdf b/install.rdf
index 028edf5..4d6ceac 100644
--- a/install.rdf
+++ b/install.rdf
@@ -63,8 +63,8 @@
   <em:targetApplication>
     <Description>
     <em:id>songbird at songbirdnest.com</em:id>
-    <em:minVersion>0.4</em:minVersion>
-    <em:maxVersion>0.5.*</em:maxVersion>
+    <em:minVersion>0.5</em:minVersion>
+    <em:maxVersion>0.6.*</em:maxVersion>
     </Description>
   </em:targetApplication>
 

-- 
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