View Issue Details

IDProjectCategoryView StatusLast Update
0000259DarkRadiantSaving and loadingpublic01.05.2007 14:15
ReporterSneaksieDave Assigned Togreebo  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.9.0 
Fixed in Version0.9.0 
Summary0000259: No confirm overwrite without file extension
Description-Create a map and save it as, e.g., "1". Of course, it becomes 1.map
-Create a new map, and save it as "1" again. Do not select or type the extension.

It clobbers the old file without an overwrite confirmation prompt.
If you had selected or typed "1.map" instead, the confirmation would appear.
TagsNo tags attached.

Activities

greebo

greebo

14.04.2007 08:43

administrator   ~0000574

This will require a slight reorganisation of the filechooser algorithms, because the "already exists" check happens within the gtkutil/filechooser.cpp file, but the extension stuff is handled in the MapFileManager. This should be moved into the gtkutil routines to enable "in-situ" existance checks.
greebo

greebo

14.04.2007 16:01

administrator   ~0000576

Should be resolved. The file extension is now automatically added by the file chooser dialog itself (was handled by the MapFileManager before).

Issue History

Date Modified Username Field Change
08.04.2007 17:52 SneaksieDave New Issue
08.04.2007 19:26 greebo Status new => acknowledged
14.04.2007 08:43 greebo Note Added: 0000574
14.04.2007 08:44 greebo Status acknowledged => assigned
14.04.2007 08:44 greebo Assigned To => greebo
14.04.2007 16:01 greebo Status assigned => resolved
14.04.2007 16:01 greebo Fixed in Version => latest SVN
14.04.2007 16:01 greebo Resolution open => fixed
14.04.2007 16:01 greebo Note Added: 0000576
01.05.2007 14:15 SneaksieDave Status resolved => closed