GNOME Bugzilla – Bug 303825
broken addShortcutFolder and addShortcutURI in FileChooserWidget
Last modified: 2009-08-15 18:40:50 UTC
Steps to reproduce: 1. calling addShortcutFolder("path/to/folder"); 2. calling addShortcutURI("path/to/folder"); Stack trace: java.lang.Exception: gtk_file_system_get_folder: assertion `error == NULL || *error == NULL' failed at org.gnu.glib.GObject.printStackTrace(GObject.java:644) at org.gnu.gtk.FileChooserHelper.gtk_file_chooser_add_shortcut_folder(Native Method) at org.gnu.gtk.FileChooserWidget.addShortcutFolder(FileChooserWidget.java:324) at Gdvb.addLocalVideos(Gdvb.java:226) at Gdvb.<init>(Gdvb.java:450) at Gdvb.main(Gdvb.java:466) Other information:
Fixed in HEAD and gtk-java-2-6 branch. Thanks for reporting this. If you have any issues please re-open. Note that removeShortcutURI will not work as it should at the moment due to a bug in gtk+ itself. See http://bugzilla.gnome.org/show_bug.cgi?id=304565. It is a simple fix and it should be merged soon.