Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/promptservice.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-06-13 09:27:22 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-06-13 09:27:22 (GMT)
commit64282ad52e202f480bbef80bc1505444bffb13f6 (patch)
treeca23e63310767fd68faf6da02943dd2693da67f1 /promptservice.py
parenta8802fbcf353c7b81e4a4f99c8883e210eb8b27c (diff)
Improve address/title logic
Diffstat (limited to 'promptservice.py')
-rw-r--r--promptservice.py8
1 files changed, 4 insertions, 4 deletions
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))