catch a tb
This commit is contained in:
parent
ee46edcfb8
commit
ae4f0d9aaf
|
@ -181,8 +181,10 @@ class Interface:
|
||||||
title = data[1]
|
title = data[1]
|
||||||
prompt = data[2]
|
prompt = data[2]
|
||||||
proposed_nick = data[3]
|
proposed_nick = data[3]
|
||||||
self.windows[account]['gc'][room_jid].show_change_nick_input_dialog(
|
w = self.windows[account]['gc']
|
||||||
title, prompt, proposed_nick, room_jid)
|
if w.has_key(room_jid): # user may close the window before we are here
|
||||||
|
w[room_jid].show_change_nick_input_dialog(title, prompt, proposed_nick,
|
||||||
|
room_jid)
|
||||||
|
|
||||||
def handle_event_http_auth(self, account, data):
|
def handle_event_http_auth(self, account, data):
|
||||||
#('HTTP_AUTH', account, (method, url, iq_obj))
|
#('HTTP_AUTH', account, (method, url, iq_obj))
|
||||||
|
|
Loading…
Reference in New Issue