summaryrefslogtreecommitdiff
path: root/src/nautilus-object-window.c
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>1999-12-15 17:48:29 +0000
committerDarin Adler <darin@src.gnome.org>1999-12-15 17:48:29 +0000
commite445831a3d210472ca954e4f848768969af2930e (patch)
tree246bae90d68ea422bb583086a1222731e88172cb /src/nautilus-object-window.c
parent92eedb52f7ff3c2501a5c7e7690b15a959d44ec5 (diff)
downloadnautilus-e445831a3d210472ca954e4f848768969af2930e.tar.gz
Fixed callback that caused bad cast when a URL was typed in.
Diffstat (limited to 'src/nautilus-object-window.c')
-rw-r--r--src/nautilus-object-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-object-window.c b/src/nautilus-object-window.c
index 3d0bceaa7..dc33e99a4 100644
--- a/src/nautilus-object-window.c
+++ b/src/nautilus-object-window.c
@@ -408,7 +408,7 @@ nautilus_window_constructed(NautilusWindow *window)
window->ent_url = explorer_location_bar_new();
gtk_signal_connect(GTK_OBJECT(window->ent_url), "location_changed",
- nautilus_window_goto_url, window);
+ nautilus_window_goto_url_cb, window);
gnome_app_add_docked(app, window->ent_url, "url-entry",
GNOME_DOCK_ITEM_BEH_LOCKED|GNOME_DOCK_ITEM_BEH_EXCLUSIVE|GNOME_DOCK_ITEM_BEH_NEVER_VERTICAL,
GNOME_DOCK_TOP, 1, 0, 0);