[Pkg-mozext-commits] [nostalgy] 106/235: *** empty log message ***

David Prévot taffit at alioth.debian.org
Tue Oct 8 20:41:56 UTC 2013


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

taffit pushed a commit to branch master
in repository nostalgy.

commit 6676eb04b8e98403b6040c7c4df182c5048f907b
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Fri Jun 1 12:21:16 2007 +0000

    *** empty log message ***
    
    
    git-svn-id: http://nostalgy.googlecode.com/svn/trunk@106 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
 content/nostalgy.js |   18 +++++++++---------
 install.rdf         |   14 +++++++-------
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/content/nostalgy.js b/content/nostalgy.js
index 6dd1ff3..1db3021 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -250,16 +250,18 @@ function onNostalgyLoad() {
    mSession.AddFolderListener(NostalgyFolderListener, 
       nsIFolderListener.added | nsIFolderListener.removed | nsIFolderListener.event);
 
- /*
  Components.classes["@mozilla.org/observer-service;1"].
    getService(Components.interfaces.nsIObserverService).
    addObserver(NostalgyObserver, "MsgMsgDisplayed", false);
- */
-
 
+ /*
  var old_OnMsgParsed = OnMsgParsed;
- OnMsgParsed = function (url) { old_OnMsgParsed(url); 
-				setTimeout(NostalgyOnMsgParsed,100); };
+ OnMsgParsed = function (url) {   
+   NostalgyDebug("OnMsgParsed");
+   old_OnMsgParsed(url); 
+   setTimeout(NostalgyOnMsgParsed,100); 
+ };
+ */
 
  if (window.gSearchNotificationListener) {
    var old_f0 = gSearchNotificationListener.onSearchDone;
@@ -315,26 +317,24 @@ function NostalgyOnMsgParsed() {
   }
 }
 
-/*
 var NostalgyObserver = {
   observe: function (subject, topic, state) {
     if (!state) return;
+    // NostalgyDebug("OnMsgParsed");
     subject = subject.QueryInterface(Components.interfaces.nsIMsgHeaderSink);
     if (subject != msgWindow.msgHeaderSink) return; // another window
     NostalgyOnMsgParsed();
   }
 };
-*/
 
 function onNostalgyUnload() {
  var mSession = NostalgyMailSession();
  if (mSession) mSession.RemoveFolderListener(NostalgyFolderListener);
  NostalgyRules.unregister();
- /*
+
  Components.classes["@mozilla.org/observer-service;1"].
    getService(Components.interfaces.nsIObserverService).
    removeObserver(NostalgyObserver, "MsgMsgDisplayed");
- */
 }
 
 function NostalgyHideIfBlurred() {
diff --git a/install.rdf b/install.rdf
index b6ef26c..79a1754 100644
--- a/install.rdf
+++ b/install.rdf
@@ -2,6 +2,10 @@
 <RDF:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
          xmlns:NC="http://home.netscape.com/NC-rdf#"
          xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+  <RDF:Description RDF:about="rdf:#$rVuKA2"
+                   em:id="{3550f703-e582-4d05-9a08-453d09bdfdc6}"
+                   em:minVersion="1.5"
+                   em:maxVersion="2.0.0.*" />
   <RDF:Description RDF:about="urn:mozilla:install-manifest"
                    em:id="nostalgy at alain.frisch"
                    em:name="Nostalgy"
@@ -9,12 +13,8 @@
                    em:creator="Alain Frisch"
                    em:description="Adds shortcuts to change folder, move message, with folder completion"
                    em:homepageURL="http://alain.frisch.fr/soft_mozilla.html"
-                   em:aboutURL="chrome://nostalgy/content/about.xul"
-                   em:optionsURL="chrome://nostalgy/content/edit_prefs.xul">
-    <em:targetApplication RDF:resource="rdf:#$3Mz8c3"/>
+                   em:optionsURL="chrome://nostalgy/content/edit_prefs.xul"
+                   em:aboutURL="chrome://nostalgy/content/about.xul">
+    <em:targetApplication RDF:resource="rdf:#$rVuKA2"/>
   </RDF:Description>
-  <RDF:Description RDF:about="rdf:#$3Mz8c3"
-                   em:id="{3550f703-e582-4d05-9a08-453d09bdfdc6}"
-                   em:minVersion="1.5"
-                   em:maxVersion="2.0.0.*" />
 </RDF:RDF>

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