GNOME Bugzilla – Bug 469214
Recently used blocks side-panel browsing until loaded
Last modified: 2007-08-23 10:51:50 UTC
Using 2.11.6-1ubuntu3: Reproduce: 1. Control+O wherever in GNOME 2. Click Recently used in the left pane 3. See how the right pane starts to fill itself 4. Change your mind and before the right pane is fully fill click another left pane item like Desktop Expected: FileChooser forgets about listing stuff in Recently used and takes me to Desktop Actual: FileChooser keeps listing Recently used stuff for a while
I can't replicate this, but I get warnings if I switch before the list has been fully loaded. re-assign to me.
i can reproduce this partially here on gtk+-2.11.0 (which is a bit old i have to admit): click on "recently used" and then i click on one of my "favourites" folders that i had added myself. nothing happens and the filechooser continues to list stuff.
should be fixed in trunk. could you please test it (you can use the tests/testfilechooser program and switch between modes). 2007-08-23 Emmanuele Bassi <ebassi@gnome.org> * gtkfilechooserdefault.c: (search_hit_get_info_cb), (recent_item_get_info_cb): Check if we are still holding the model before updating it; removes a set of critical warnings when switching to the browse mode from a loading search or recent files list. (recent_clear_model), (recent_sort_model), (recent_idle_cleanup): When in recent files mode, set the model for the files list view when we have completed the loading of the recently used files list. This makes switching between modes fast again and reduces the amount of redraws needed to display the list. (#469214)