Index: ossp-pkg/as/as-gui/as_slot.cpp RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_slot.cpp,v rcsdiff -q -kk '-r1.82' '-r1.83' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_slot.cpp,v' 2>/dev/null --- as_slot.cpp 2003/01/22 23:57:01 1.82 +++ as_slot.cpp 2003/01/23 14:38:47 1.83 @@ -387,7 +387,8 @@ } } else - saveFile(); // Finish off by calling the save action + this->setFilename(Filestring); // Set filename of object first + this->saveFile(); // Finish by calling the save action } else { // User did not select a valid file and push okay button