remove a decode

This commit is contained in:
Nikos Kouremenos 2005-08-27 14:26:08 +00:00
parent 461041ae5b
commit 165fb2006d
1 changed files with 1 additions and 1 deletions

View File

@ -920,7 +920,7 @@ class Interface:
self.sth_at_sth_dot_sth_re = sre.compile(r'\S+@\S+\.\S*[^\s)?]')
def on_launch_browser_mailer(self, widget, url, kind):
helpers.launch_browser_mailer(kind, url.decode('utf-8'))
helpers.launch_browser_mailer(kind, url)
def init_regexp(self):
#initialize emoticons dictionary