Skip to content

Commit

Permalink
[sextante] Fixed problem when canceling on batch autofill dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Apr 30, 2013
1 parent cc490fd commit 3f3ca28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/sextante/gui/AutofillDialog.py
Expand Up @@ -78,6 +78,6 @@ def okPressed(self):
self.close()

def cancelPressed(self):
self.mode == None
self.mode = None
self.param = None
self.close()

0 comments on commit 3f3ca28

Please sign in to comment.