GNOME Bugzilla – Bug 683598
Add an icon to the location entry and drop use of location bar
Last modified: 2012-09-10 13:52:54 UTC
The location bar doesn't do much except add a label next to the entry. This label is problematic because it takes valuable space away from the entry and isn't consistent with other location bars we use in GNOME 3 (eg. Web).
Created attachment 223794 [details] [review] Add an icon to the location entry and drop use of location bar
Review of attachment 223794 [details] [review]: With the exception of the following comment, this looks good to me, assuming the DnD code was moved unchanged between NautilusLocationBar and NautilusLocationEntry. If we want to get this in for 3.6 we'll need to ask for an UI freeze break though, since we are changing the label with an icon in the bar. ::: src/nautilus-location-entry.c @@ +190,3 @@ +void +nautilus_location_entry_set_location (NautilusLocationEntry *entry, + last_location = g_file_parse_name (entry->details->last_location); I'd rather this be called set_uri() instead; we commonly use locations for GFile objects.
Created attachment 223870 [details] [review] Add an icon to the location entry and drop use of location bar
Created attachment 223905 [details] screenshot before
Created attachment 223906 [details] screenshot after
Review of attachment 223870 [details] [review]: ++
Attachment 223870 [details] pushed as cbcb055 - Add an icon to the location entry and drop use of location bar