GNOME Bugzilla – Bug 56962
save dialog cannot retain filename in another directory
Last modified: 2004-12-22 21:47:04 UTC
when saving a file (image or otherwise), the filename is by default present in the save dialog box. as soon as i change directories, it vanishes. i can't even use the old netscape trick of arriving at my target directory, cancelling, and then saving it right there - it returns to the dir where i started. imho, there is no reason for the filename to disappear when changing directories. of course i'm not saving everything in the same directory, and i want to preserve the filenames of 95% of the things i save.
There are many things that could be fixed in GtkFileSel - this is certainly one of the more annoying ones. But if you look at the code, you'll find that it's a lot harder to fix than you might expect. Instead of making changes piecemeal to GtkFileSel, we are planning to replace it entirely with a new widget for GTK+-2.2.
*** This bug has been marked as a duplicate of 6791 ***