fix typo
This commit is contained in:
parent
9f52145fc7
commit
15b2612666
3250
po/be@latin.po
3250
po/be@latin.po
File diff suppressed because it is too large
Load Diff
3261
po/en_GB.po
3261
po/en_GB.po
File diff suppressed because it is too large
Load Diff
3263
po/pt_BR.po
3263
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
3245
po/sr@Latn.po
3245
po/sr@Latn.po
File diff suppressed because it is too large
Load Diff
3248
po/zh_CN.po
3248
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
|
@ -283,7 +283,7 @@ class Interface:
|
|||
gajim.connections[account].request_vcard(jid)
|
||||
|
||||
def handle_gc_error(self, gc_control, pritext, sectext):
|
||||
if gc_control and obj.gc_control.autorejoin is not None:
|
||||
if gc_control and gc_control.autorejoin is not None:
|
||||
if gc_control.error_dialog:
|
||||
gc_control.error_dialog.destroy()
|
||||
def on_close(dummy):
|
||||
|
|
Loading…
Reference in New Issue