summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-01-12 21:23:03 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-01-12 21:23:03 +0100
commitb10fd0d22942daa121de78a1d72033398995a2c6 (patch)
treef2423ec887ada01a65fa2132041168cbdee0a1a6 /src
parent7a9b9edee87bf85fabcd2e5164f8c1f92a9489dd (diff)
downloadpoezio-b10fd0d22942daa121de78a1d72033398995a2c6.tar.gz
poezio-b10fd0d22942daa121de78a1d72033398995a2c6.tar.bz2
poezio-b10fd0d22942daa121de78a1d72033398995a2c6.tar.xz
poezio-b10fd0d22942daa121de78a1d72033398995a2c6.zip
Update CHANGELOG and s/codingteam.net/dev.louiz.org/
Diffstat (limited to 'src')
-rw-r--r--src/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.py b/src/core.py
index f984cc1b..73ba79c6 100644
--- a/src/core.py
+++ b/src/core.py
@@ -170,7 +170,7 @@ class Core(object):
make a bug report.
"""
try:
- tb_tab = tabs.SimpleTextTab(self, "/!\ Oups, an error occured (this may not be fatal). /!\\\nPlease report this bug (by copying the present error message and explaining what you were doing) on the page http://codingteam.net/project/poezio/bugs/add\n\n%s\n\nIf Poezio does not respond anymore, kill it with Ctrl+\\, and sorry about that :(" % ''.join(traceback.format_exception(typ, value, trace)))
+ tb_tab = tabs.SimpleTextTab(self, "/!\ Oups, an error occured (this may not be fatal). /!\\\nPlease report this bug (by copying the present error message and explaining what you were doing) on the page http://dev.louiz.org/project/poezio/bugs/add\n\n%s\n\nIf Poezio does not respond anymore, kill it with Ctrl+\\, and sorry about that :(" % ''.join(traceback.format_exception(typ, value, trace)))
self.add_tab(tb_tab, focus=True)
except Exception: # If an exception is raised in this code,
# this is fatal, so we exit cleanly and display the traceback