# HG changeset patch # User mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222 # Date 1255896801 0 # Node ID 6da97ffede1809943981c9ba65be13e25bd9253c # Parent f55ddf7fdad5a8ea69da0adf6c9971b9b8574b17 Patch by amo-ej1 (Elie de Brauwer): * Fixes the map editor's save map as functionality * Close #382 diff -r f55ddf7fdad5 -r 6da97ffede18 clients/editor/scripts/gui/filemanager.py --- a/clients/editor/scripts/gui/filemanager.py Wed Oct 07 19:02:14 2009 +0000 +++ b/clients/editor/scripts/gui/filemanager.py Sun Oct 18 20:13:21 2009 +0000 @@ -128,7 +128,7 @@ if mapview is None: print "No map is open" return - self.showSaveDialog(self) + self.showSaveDialog() def loadFile(self, path, filename): self.editor.openFile('/'.join([path, filename]))