GNOME Bugzilla – Bug 407871
Crash after deleting catalog file
Last modified: 2007-04-10 12:46:40 UTC
- View a catalog in gthumb - close gthumb - delete the catalog file - restart gthumb - gthumb says "The specified catalog does not exist" - gthumb goes to folder view - click on "Catalog" icon -> crash gthumb should be more tolerant of deleted catalog files. (I was deleting catalog files while researching bug 98933.) - Mike
Created attachment 82538 [details] backtrace
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
I think something is still broken here - bug reports from 2.10.0+: http://bugzilla.gnome.org/show_bug.cgi?id=425177 https://bugs.launchpad.net/ubuntu/+source/gthumb/+bug/100085 - Mike
*** Bug 425177 has been marked as a duplicate of this bug. ***
Fixed, see bug 427846. - Mike
Created attachment 86102 [details] [review] return a boolean when path is NULL at catalog_list_get_iter_from_path This bug is still here. The function src/catalog-list.c:catalog_list_get_iter_from_path returns -1 when the path is NULL, it's return type is gboolean.
Committed, thanks! - Mike