From cebdc9244c019224846cb8d2668080fe386a6adc Mon Sep 17 00:00:00 2001 From: Alexandre Marie Date: Mon, 17 Dec 2018 12:28:24 +0100 Subject: New upstream version 0.9.0+dfsg --- examples/colormapDialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/colormapDialog.py') 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): -- cgit v1.2.3