GNOME Bugzilla – Bug 165743
Replace eel_make_uri_from_input with the gnome-vfs equivalent
Last modified: 2005-03-25 14:02:23 UTC
The summary says it all. Only the eel_make_uri_from_input_with_trailing_ws () can't be replaced yet because it doesn't exist in gnome-vfs at the moment (I'll open a bug about that in gnome-vfs)
Created attachment 36741 [details] [review] Patch to do the transition
Created attachment 36745 [details] [review] Updated version (I forgot one place)
Comment on attachment 36745 [details] [review] Updated version (I forgot one place) Thanks Christian - Let's commit it after the branching.
2005-03-25 Martin Wehner <martin.wehner@gmail.com> * src/nautilus-connect-server-dialog.c: (connect_to_server): * src/nautilus-location-bar.c: (nautilus_location_bar_get_location), (nautilus_location_bar_update_label): * src/nautilus-location-dialog.c: (open_current_location): Replace eel_make_uri_from_input with the gnome-vfs equivalent. Closes bug #165743. Patch from Christian Kellner <gicmo@gnome.org>