This commit is contained in:
Kovid Goyal 2011-04-11 15:43:58 -06:00
parent aac23508df
commit 64dd32eaf5

View File

@ -84,7 +84,7 @@ class EmailAccounts(QAbstractTableModel): # {{{
account = self.account_order[row] account = self.account_order[row]
if col == 3: if col == 3:
self.accounts[account][1] ^= True self.accounts[account][1] ^= True
if col == 2: elif col == 2:
self.subjects[account] = unicode(value.toString()) self.subjects[account] = unicode(value.toString())
elif col == 1: elif col == 1:
self.accounts[account][0] = unicode(value.toString()).upper() self.accounts[account][0] = unicode(value.toString()).upper()