You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: