bump versions to include new trunk
[mandelbrot.git] / aboutMandelbrot.js
index b52f3fccb6253552621abe0dbf1f75d0239c00db..839d0097aa55055374dd80e4b9de2ac850f4cdee 100644 (file)
@@ -35,7 +35,7 @@
  *
  * ***** END LICENSE BLOCK ***** */
 
  *
  * ***** END LICENSE BLOCK ***** */
 
-//Components.utils.import("resource://gre/modules/Services.jsm");
+Components.utils.import("resource://gre/modules/Services.jsm");
 Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
 
 function AboutMandelbrot() { }
 Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
 
 function AboutMandelbrot() { }
@@ -50,12 +50,8 @@ AboutMandelbrot.prototype = {
   },
 
   newChannel: function(aURI) {
   },
 
   newChannel: function(aURI) {
-    //let channel = Services.io.newChannel("chrome://mandelbrot/content/mandelbrot-tab.xul",
-    //                                     null, null);
-    let ios = Components.classes["@mozilla.org/network/io-service;1"]
-                        .getService(Components.interfaces.nsIIOService);
-    let channel = ios.newChannel("chrome://mandelbrot/content/mandelbrot-tab.xul",
-                                 null, null);
+    let channel = Services.io.newChannel("chrome://mandelbrot/content/mandelbrot.xul",
+                                         null, null);
     channel.originalURI = aURI;
     return channel;
   }
     channel.originalURI = aURI;
     return channel;
   }