better logic in applying speller
This commit is contained in:
parent
3f890b8063
commit
6273d33c34
1 changed files with 0 additions and 6 deletions
|
@ -608,9 +608,6 @@ class Preferences_window:
|
||||||
for acct in gajim.connections:
|
for acct in gajim.connections:
|
||||||
windows = self.plugin.windows[acct][kind]
|
windows = self.plugin.windows[acct][kind]
|
||||||
jids = windows.keys()
|
jids = windows.keys()
|
||||||
if not 'tabbed' in jids:
|
|
||||||
continue
|
|
||||||
jids.remove('tabbed')
|
|
||||||
for jid in jids:
|
for jid in jids:
|
||||||
print jid
|
print jid
|
||||||
window = windows[jid]
|
window = windows[jid]
|
||||||
|
@ -621,9 +618,6 @@ class Preferences_window:
|
||||||
for acct in gajim.connections:
|
for acct in gajim.connections:
|
||||||
windows = self.plugin.windows[acct][kind]
|
windows = self.plugin.windows[acct][kind]
|
||||||
jids = windows.keys()
|
jids = windows.keys()
|
||||||
if not 'tabbed' in jids:
|
|
||||||
continue
|
|
||||||
jids.remove('tabbed')
|
|
||||||
for jid in jids:
|
for jid in jids:
|
||||||
window = windows[jid]
|
window = windows[jid]
|
||||||
textview = window.xmls[jid].get_widget('message_textview')
|
textview = window.xmls[jid].get_widget('message_textview')
|
||||||
|
|
Loading…
Add table
Reference in a new issue