[Pkg-mozext-commits] [nostalgy] 11/19: Fix maxVersion.

David Prévot taffit at moszumanska.debian.org
Sat Aug 9 20:06:29 UTC 2014


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

taffit pushed a commit to branch master
in repository nostalgy.

commit 4727508eeca66a6392eee70a3203fb028501c9a2
Author: alain.frisch <alain.frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Mon Jul 28 08:08:42 2014 +0000

    Fix maxVersion.
    
    git-svn-id: http://nostalgy.googlecode.com/svn/trunk@234 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
 content/folders.js | 2 +-
 install.rdf        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/folders.js b/content/folders.js
index cc73d3e..11bea64 100644
--- a/content/folders.js
+++ b/content/folders.js
@@ -192,7 +192,7 @@ function NostalgyGetAutoCompleteValuesFunction(box) {
                      NostalgyDebug("Forcing popup to be opened");
                      box.popup.sizeTo(box.boxObject.width,300);
                      box.popup.openPopup(box, "before_start", 0, 0, false, false);
-                   } }, 300);
+                   } }, 50);
 
     return values;
   };
diff --git a/install.rdf b/install.rdf
index 6386f32..56e230a 100644
--- a/install.rdf
+++ b/install.rdf
@@ -17,7 +17,7 @@
       <Description>
         <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
         <em:minVersion>1.5</em:minVersion>
-        <em:maxVersion>26.*</em:maxVersion>
+        <em:maxVersion>31.*</em:maxVersion>
       </Description>
     </em:targetApplication>
     <em:targetApplication>

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



More information about the Pkg-mozext-commits mailing list