[Pkg-mozext-commits] [nostalgy] 194/252: Allow to run on TB 3.1.

David Prévot taffit at moszumanska.debian.org
Tue Jun 14 15:24:57 UTC 2016


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

taffit pushed a commit to branch master
in repository nostalgy.

commit c0c42d69bd3f8d25eed40259a018debbc3ae055f
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Tue Jun 29 08:05:14 2010 +0000

    Allow to run on TB 3.1.
---
 CHANGES             | 3 ++-
 content/nostalgy.js | 5 ++++-
 install.rdf         | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/CHANGES b/CHANGES
index 769de6c..032d2d5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,8 @@ Since 0.2.23
   - bug fix: tags where not always found when used for custom keys
   - Do not show TB's status bar again after Nostalgy action,
     when the user does not want it
-  - Fix bug when a category is selected (Group by sort mode)	
+  - Fix bug when a category is selected (Group by sort mode)
+  - allow to install on TB 3.1
 
 0.2.23
   - Add explicit size for the preference dialog.
diff --git a/content/nostalgy.js b/content/nostalgy.js
index f0dd72b..23417db 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -102,7 +102,10 @@ var NostalgyRules =
        }
      }
      this.rules = r;
-    } catch (ex) { }
+    } catch (ex) {
+        NostalgyDebug("Cannot get rules: " + ex);
+        this.rules = [];
+    }
   },
 
   observe: function(aSubject, aTopic, aData)
diff --git a/install.rdf b/install.rdf
index bff0cb3..50ef87b 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>3.0.*</em:maxVersion>
+        <em:maxVersion>3.1.*</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