Skip to content

Commit

Permalink
Fix #5821
Browse files Browse the repository at this point in the history
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@252 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
  • Loading branch information
cpolymeris@gmail.com committed Jun 18, 2012
1 parent d03a0fb commit 1c0820b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sextante/gui/BatchProcessingDialog.py
Expand Up @@ -25,6 +25,7 @@ def __init__(self, alg):
self.alg = alg
self.algs = None
self.setupUi()
self.algEx = None

def setupUi(self):
self.resize(800, 500)
Expand Down

0 comments on commit 1c0820b

Please sign in to comment.