Fix indent error, introduced in r9209
This commit is contained in:
parent
2e59feab3b
commit
f671b9bff7
|
@ -354,7 +354,7 @@ class ChooseGPGKeyDialog:
|
|||
selection = self.keys_treeview.get_selection()
|
||||
(model, iter) = selection.get_selected()
|
||||
if iter and rep == gtk.RESPONSE_OK:
|
||||
keyID = [ model[iter][0].decode('utf-8'),
|
||||
keyID = [ model[iter][0].decode('utf-8'),
|
||||
model[iter][1].decode('utf-8') ]
|
||||
else:
|
||||
keyID = None
|
||||
|
|
Loading…
Reference in New Issue