From 64282ad52e202f480bbef80bc1505444bffb13f6 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 13 Jun 2007 09:27:22 +0000 Subject: Improve address/title logic --- (limited to 'promptservice.py') diff --git a/promptservice.py b/promptservice.py index 5954d8b..a8ae09d 100644 --- a/promptservice.py +++ b/promptservice.py @@ -45,8 +45,8 @@ class PromptService: logging.debug('nsIPromptService.select()') -components.registrar.registerFactory(PromptService.cid, - PromptService.description, - '@mozilla.org/embedcomp/prompt-service;1', - Factory(PromptService)) +#components.registrar.registerFactory(PromptService.cid, +# PromptService.description, +# '@mozilla.org/embedcomp/prompt-service;1', +# Factory(PromptService)) -- cgit v0.9.1