better logic in applying speller

This commit is contained in:
Nikos Kouremenos 2005-05-26 00:11:20 +00:00
parent 3f890b8063
commit 6273d33c34
1 changed files with 0 additions and 6 deletions

View File

@ -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')