remove a decode
This commit is contained in:
parent
461041ae5b
commit
165fb2006d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue