GNOME Bugzilla – Bug 347991
add patch from sled 10 to include location bar icon
Last modified: 2006-07-24 23:58:34 UTC
That bug has been opened on https://launchpad.net/distros/ubuntu/+source/nautilus/+bug/53382 "Hi Suse linux enterprise desktop 10 has patched nautilus to include a button to quickly change the path bar to the location bar: http://shots.osdir.com/slideshows/slideshow.php?release=700&slide=5&title=suse+el+desktop+10+screenshots I believe this feature is included in gtk 2.10 file chooser. ... > Thanks for your bug. Do you have any pointer to a discussion from Novel about it? Any reason to not make than request upstream instead of asking for a distro specific patch? Do you have a pointer to that patch? ... I've found this link in opensuse: http://lists.opensuse.org/archive/opensuse-commit/2006-May/0373.html It includes the commit log and the patch. it points to https://bugzilla.novell.com/show_bug.cgi?id=158279 (you need a novell account). ..."
Created attachment 69164 [details] [review] patch from the Novell package That is the patch used by the Novell package
Cc-ing Federico about this, since he did the path. Federico, did you forward that upstream already (make sure that's not a duplicate)? The question is off-topic for the bug, but is there any reason novell bugs are not browsable without an account?
Nice, it's on HEAD: 2006-07-25 Martin Wehner <martin.wehner@gmail.com> * src/nautilus-window-private.h (NautilusNavigationWindowDetails): Add a location_button field. * src/nautilus-navigation-window.c (nautilus_navigation_window_instance_init): Create the location_button. (location_button_toggled_cb): New callback. Changes the preference for toggling between the path bar and the location bar. (always_use_location_entry_changed): Toggle the button as appropriate. Add a button to the location bar to toggle betwen the path bar and a location entry. (#347991) Patch from Federico Mena Quintero <federico@novell.com>