GNOME Bugzilla – Bug 695845
"Reload directory" just unloads it and then fails
Last modified: 2013-03-14 23:08:23 UTC
I tested 2.1.8 with GTK+ 2. If I click on "Reload Directory" in context menu of a directory then nothing seems to happen. But when I then left-click on the directory then it is reloaded! I guess the context menu entry just unloads the current directory and then something fails. If I start easytag in a terminal then the following messages appear every time "Reload Directory" is clicked: (easytag:16574): Gtk-CRITICAL **: gtk_tree_store_get_path: assertion `iter->stamp == tree_store->stamp' failed (easytag:16574): Gtk-CRITICAL **: gtk_tree_store_iter_children: assertion `VALID_ITER (parent, tree_store)' failed (easytag:16574): Gtk-CRITICAL **: gtk_tree_store_get_path: assertion `iter->stamp == tree_store->stamp' failed
Hi, thanks for the bug report. This is almost certainly a duplicate of bug 693613 (or alternatively bug 695749). Please test the patches mentioned in those bugs and see if that fixes the problem for you, as testing with current git master reloads the directory successfully for me.
I tested git master and you're right - this bug is already fixed!
*** This bug has been marked as a duplicate of bug 693613 ***