Skip to content

Commit

Permalink
Revert "[Processing] fix parameter to open the Retile algorithm"
Browse files Browse the repository at this point in the history
This reverts commit 76b796b.
  • Loading branch information
m-kuhn committed Dec 20, 2016
1 parent 97780b6 commit d129f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/MultipleInputPanel.py
Expand Up @@ -60,7 +60,7 @@ def setSelectedItems(self, selected):
# No checking is performed!
self.selectedoptions = selected
self.leText.setText(
self.tr('%d elements selected') % self.selectedoptions)
self.tr('%d elements selected') % len(self.selectedoptions))

def showSelectionDialog(self):
if self.datatype is None:
Expand Down

0 comments on commit d129f8a

Please sign in to comment.