[Zope-Moz] Small buglet in zopestudio-clahandler.js.

Martijn Pieters mj@digicool.com
Wed, 21 Jun 2000 15:03:04 +0200


On Wed, Jun 21, 2000 at 01:01:45PM +0100, Dominic Mitchell wrote:
> I just noticed in the mozilla registry dump that the command line
> handler was registered incorrectly.  Here's a patch.
> 
> -Dom
> 
> --- zopestudio-clahandler.js.orig       Wed Jun 21 12:59:52 2000
> +++ zopestudio-clahandler.js    Wed Jun 21 12:58:57 2000
> @@ -129,7 +129,7 @@
>          var catman = Components.classes["mozilla.categorymanager.1"]
>              .getService(Components.interfaces.nsICategoryManager);
>          catman.addCategoryEntry("command-line-argument-handlers",
> -            ZOPESTUDIOSERVICE_PROGID, "zopestudio command line handler",
> +            "zopestudio command line handler", ZOPESTUDIOSERVICE_PROGID,
>              true, true);
>      },

Indeed! Did sspitzer finally lsiten =) I just found the Bugzilla bug for this:

  http://bugzilla.mozilla.org/show_bug.cgi?id=40248

The mixup was intentional, because sspitzer had built his command-line handler
somewhat wrongly. I filed bug 37370 for that:

  http://bugzilla.mozilla.org/show_bug.cgi?id=37370

I'll fix this in the CVS, albeit with a different descriptive string. Thanks!

-- 
Martijn Pieters
| Software Engineer    mailto:mj@digicool.com
| Digital Creations  http://www.digicool.com/
| Creators of Zope       http://www.zope.org/
|   The Open Source Web Application Server
---------------------------------------------