diff options
author | Darin Adler <darin@src.gnome.org> | 1999-12-15 17:48:29 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 1999-12-15 17:48:29 +0000 |
commit | e445831a3d210472ca954e4f848768969af2930e (patch) | |
tree | 246bae90d68ea422bb583086a1222731e88172cb /src | |
parent | 92eedb52f7ff3c2501a5c7e7690b15a959d44ec5 (diff) | |
download | nautilus-e445831a3d210472ca954e4f848768969af2930e.tar.gz |
Fixed callback that caused bad cast when a URL was typed in.
Diffstat (limited to 'src')
-rw-r--r-- | src/nautilus-navigation-window.c | 2 | ||||
-rw-r--r-- | src/nautilus-object-window.c | 2 | ||||
-rw-r--r-- | src/nautilus-spatial-window.c | 2 | ||||
-rw-r--r-- | src/nautilus-window.c | 2 | ||||
-rw-r--r-- | src/ntl-window.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/nautilus-navigation-window.c b/src/nautilus-navigation-window.c index 3d0bceaa7..dc33e99a4 100644 --- a/src/nautilus-navigation-window.c +++ b/src/nautilus-navigation-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); 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); diff --git a/src/nautilus-spatial-window.c b/src/nautilus-spatial-window.c index 3d0bceaa7..dc33e99a4 100644 --- a/src/nautilus-spatial-window.c +++ b/src/nautilus-spatial-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); diff --git a/src/nautilus-window.c b/src/nautilus-window.c index 3d0bceaa7..dc33e99a4 100644 --- a/src/nautilus-window.c +++ b/src/nautilus-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); diff --git a/src/ntl-window.c b/src/ntl-window.c index 3d0bceaa7..dc33e99a4 100644 --- a/src/ntl-window.c +++ b/src/ntl-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); |