better logic in applying speller
This commit is contained in:
parent
3f890b8063
commit
6273d33c34
|
@ -608,9 +608,6 @@ class Preferences_window:
|
|||
for acct in gajim.connections:
|
||||
windows = self.plugin.windows[acct][kind]
|
||||
jids = windows.keys()
|
||||
if not 'tabbed' in jids:
|
||||
continue
|
||||
jids.remove('tabbed')
|
||||
for jid in jids:
|
||||
print jid
|
||||
window = windows[jid]
|
||||
|
@ -621,9 +618,6 @@ class Preferences_window:
|
|||
for acct in gajim.connections:
|
||||
windows = self.plugin.windows[acct][kind]
|
||||
jids = windows.keys()
|
||||
if not 'tabbed' in jids:
|
||||
continue
|
||||
jids.remove('tabbed')
|
||||
for jid in jids:
|
||||
window = windows[jid]
|
||||
textview = window.xmls[jid].get_widget('message_textview')
|
||||
|
|
Loading…
Reference in New Issue