Mercurial > fife-parpg
changeset 362:6da97ffede18
Patch by amo-ej1 (Elie de Brauwer):
* Fixes the map editor's save map as functionality
* Close #382
author | mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sun, 18 Oct 2009 20:13:21 +0000 |
parents | f55ddf7fdad5 |
children | 714673208050 |
files | clients/editor/scripts/gui/filemanager.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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]))