joey: thuban/Thuban/UI mainwindow.py,1.132,1.133

cvs@intevation.de cvs at intevation.de
Fri Oct 1 20:07:16 CEST 2004


Author: joey

Update of /thubanrepository/thuban/Thuban/UI
In directory doto:/tmp/cvs-serv28064/Thuban/UI

Modified Files:
	mainwindow.py 
Log Message:
The map can be retrieved through the parent which is passed to the
constructor anyway and doesn't require an argument of its own,
required for the unification of arguments for general use through
properties-dialog selector.

Index: mainwindow.py
===================================================================
RCS file: /thubanrepository/thuban/Thuban/UI/mainwindow.py,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- mainwindow.py	18 Apr 2004 20:37:01 -0000	1.132
+++ mainwindow.py	1 Oct 2004 18:07:14 -0000	1.133
@@ -709,7 +709,7 @@
         dialog = self.get_open_dialog(name)
 
         if dialog is None:
-            dialog = Classifier(self, name, self.Map(), layer, group)
+            dialog = Classifier(self, name, layer, group)
             self.add_dialog(name, dialog)
             dialog.Show()
         dialog.Raise()





More information about the Thuban-devel mailing list

This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)