GNOME Bugzilla – Bug 72723
finish porting bookmarks window to treeview
Last modified: 2004-12-22 21:47:04 UTC
the treeview DND code changes the ordering on the model, so the GtkListStore gets out of sync with the fake model NautilusBookmarkList. so, it makes sense to port NautilusBookmarkList to be a GtkListStore. this patch does that, but there are still a few cases where GtkTreeView will unselect a row and there will still be rows available, but not selected. (plus any other bugs)
Created attachment 6890 [details] [review] (incomplete) patch to port bookmark list to list store
adding a dependency on a bug that affects this report.
Can i basically assume that this has been fixed by now???
it looks like it's working, but i don't know if anyone fixed it.
This all got committed, I'm pretty sure. Closing.
Ouch. This never got committed. And I did a simpler hack to get DnD mostly working instead, knowing nothing about this patch. I'll reopen, mainly as the patch may be useful at some point. I don't know if we want to do this for 2.0.1 though.
Also see bug #84697. We only need to do one of these, and at this point I'd go for 84697 as that needs only minor changes.
Given that there is another solution for this, I'm bumping this and moving it to future.
*** Bug 84697 has been marked as a duplicate of this bug. ***
Is this stuff still relevant?
Its looks relevant still from a quick glance.
we need to rethink the bookmarks stuff, this won't be relevant