The GTK file-chooser dialog has a number of non-directory locations like
"Recently Used" and "Search" which do not correspond to any physical directory.
Saving or loading a file through one of these locations, or even just
selecting such a location and then cancelling the dialog, will crash the
application (which is especially painful when saving, of course!)
The underlying cause is that gtk_file_chooser_get_current_folder() returns NULL
for such locations, which garglk then tries to strcpy(). I've attached a
simple patch to resolve the issue.
Original issue reported on code.google.com by znxfire...@gmail.com on 24 Jan 2013 at 2:41
Original issue reported on code.google.com by
znxfire...@gmail.com
on 24 Jan 2013 at 2:41Attachments: