GNOME Bugzilla – Bug 417193
Selecting the current location triggers folder update
Last modified: 2007-03-28 15:24:00 UTC
Please describe the problem: This ``bug'' happens when selecting a bookmark that points to the current Nautilus location. If your current location is x and you activate a bookmark that points to x, the content of the main window gets repainted. I don't know if this is an intended behaviour (there's a Reload button in the toolbar, and CTRL+R, F5 work as well); anyway, I find it mostly annoying, especially since repeatedly clicking the same bookmark bring CPU usage to 100%. On a side note, the GtkFileChooser behaves just like Nautilus... Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 84395 [details] [review] Preliminary patch The patch doesn't take identical URI's in account (so /home/username/Dekstop and ~/Desktop are considered different locations, therefore triggering a repaint); I don't know if it really makes a difference from within nautilus_window_open_location_full ().
Created attachment 85304 [details] [review] Updated patch Follws observations made in http://mail.gnome.org/archives/nautilus-list/2007-March/msg00050.html
That looks good. Commiting.