After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 128844 - GtkFileChooser GTK_FILE_CHOOSER_ACTION_SAVE seems to be broken.
GtkFileChooser GTK_FILE_CHOOSER_ACTION_SAVE seems to be broken.
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-12-08 21:58 UTC by Jan Arne Petersen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use the behavior of GtkFileSelection to determine selected paths in single selected, GTK_FILE_CHOOSER_ACTION_SAVE mode. (2.39 KB, patch)
2003-12-08 21:59 UTC, Jan Arne Petersen
none Details | Review
add code to check for errors in the gtk_file_system_make_path() call. (2.73 KB, patch)
2003-12-08 22:32 UTC, Jan Arne Petersen
none Details | Review

Description Jan Arne Petersen 2003-12-08 21:58:40 UTC
It isn't possible in GTK_FILE_CHOOSER_ACTION_SAVE to select a not existed file.
At least in the single selection mode GtkFileChooser should determine the
selected path by concating current_folder and current_name (of course this
should be implemented in gtkfilechooserdefault.c with the equivalent objects).
Comment 1 Jan Arne Petersen 2003-12-08 21:59:23 UTC
Created attachment 22232 [details] [review]
Use the behavior of GtkFileSelection to determine selected paths in single selected, GTK_FILE_CHOOSER_ACTION_SAVE mode.
Comment 2 Jan Arne Petersen 2003-12-08 22:32:54 UTC
Created attachment 22233 [details] [review]
add code to check for errors in the gtk_file_system_make_path() call.
Comment 3 Federico Mena Quintero 2003-12-08 23:39:12 UTC
Committed your patch.  Thanks a LOT, Jan Arne, this is really useful!