Fix indent error, introduced in r9209

This commit is contained in:
Stephan Erb 2007-12-28 15:16:32 +00:00
parent 2e59feab3b
commit f671b9bff7
1 changed files with 1 additions and 1 deletions

View File

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