GNOME Bugzilla – Bug 327438
It is not possible to cancel the bookmark export after the rxport dialog was opened
Last modified: 2006-01-21 20:22:23 UTC
Please describe the problem: It is not possible to cancel the bookmark export once the export dialog has been opened. Pressing either the 'Save' or 'Cancel' buttons results in the bookmarks being exported. Steps to reproduce: 1. Open the bookmark editor 2. Open the export bookmarks dialog 3. Press 'Cancel' Actual results: The bookmarks are exported anyway Expected results: Cancel the export operation Does this happen every time? Yes Other information:
Indeed.
Thanks for the bug report, I have fixed this in CVS: http://mail.gnome.org/archives/cvs-commits-list/2006-January/msg05898.html
I am reopening this as it still doesn't quite work. Starting the export and canceling is OK. Now try to start the export and pres 'Save': the file is saved, but the dialog doesn't close, and 'Cancel' doesn't close it either.
Urgh, yeah, thanks for picking that up, I removed a gtk_widget_destroy() by accident. http://mail.gnome.org/archives/cvs-commits-list/2006-January/msg05943.html