After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 165743 - Replace eel_make_uri_from_input with the gnome-vfs equivalent
Replace eel_make_uri_from_input with the gnome-vfs equivalent
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
0.x.x [obsolete]
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-30 21:26 UTC by Christian Kellner
Modified: 2005-03-25 14:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to do the transition (2.20 KB, patch)
2005-01-30 21:27 UTC, Christian Kellner
none Details | Review
Updated version (I forgot one place) (2.90 KB, patch)
2005-01-30 22:48 UTC, Christian Kellner
accepted-commit_after_freeze Details | Review

Description Christian Kellner 2005-01-30 21:26:11 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)
Comment 1 Christian Kellner 2005-01-30 21:27:03 UTC
Created attachment 36741 [details] [review]
Patch to do the transition
Comment 2 Christian Kellner 2005-01-30 22:48:48 UTC
Created attachment 36745 [details] [review]
Updated version (I forgot one place)
Comment 3 Martin Wehner 2005-03-21 21:09:04 UTC
Comment on attachment 36745 [details] [review]
Updated version (I forgot one place)

Thanks Christian - Let's commit it after the branching.
Comment 4 Martin Wehner 2005-03-25 14:02:23 UTC
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>