summaryrefslogtreecommitdiff
path: root/examples/colormapDialog.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/colormapDialog.py')
-rw-r--r--examples/colormapDialog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/colormapDialog.py b/examples/colormapDialog.py
index 9ef6508..08e3fe8 100644
--- a/examples/colormapDialog.py
+++ b/examples/colormapDialog.py
@@ -149,7 +149,7 @@ class ColormapDialogExample(qt.QMainWindow):
self.colorDialogs.append(newDialog)
self.mainWidget.layout().addWidget(newDialog)
- def removeColorDialog(self, dialog):
+ def removeColorDialog(self, dialog, result):
self.colorDialogs.remove(dialog)
def setNoColormap(self):