summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ Shane Culpepper <pepper@src.gnome.org>2000-08-12 01:09:57 +0000
committerJ Shane Culpepper <pepper@src.gnome.org>2000-08-12 01:09:57 +0000
commitee250c8e6f9361e915f4849ac399709802b51b10 (patch)
treed91aca09bf0b87be5f6c5c4d82c28562eae880a3
parentec230070fe8e1e2a7e6589646a840a0592cb898a (diff)
downloadnautilus-ee250c8e6f9361e915f4849ac399709802b51b10.tar.gz
Fixing the uri redirect problem that prevents the install view from redirectingEAZEL-NAUTILUS-DEMO-BLESSED
to another url.
-rw-r--r--ChangeLog9
-rw-r--r--components/services/install-view/nautilus-service-install-view.c3
-rw-r--r--components/services/install/nautilus-view/nautilus-service-install-view.c3
3 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ca05880e9..3bac21d1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2000-08-11 J Shane Culpepper <pepper@eazel.com>
+
+
+ components/services/install/nautilus-view/nautilus-service-install-
+ view.c: (nautilus_service_install_view_update_from_uri),
+ (service_install_load_location_callback):
+
+ Fixing crazy redirect problem so that installer can redirect to a url.
+
2000-08-11 Robin * Slomkowski <rslomkow@eazel.com>
diff --git a/components/services/install-view/nautilus-service-install-view.c b/components/services/install-view/nautilus-service-install-view.c
index 815255862..a5e8b41b2 100644
--- a/components/services/install-view/nautilus-service-install-view.c
+++ b/components/services/install-view/nautilus-service-install-view.c
@@ -425,7 +425,6 @@ nautilus_service_install_view_update_from_uri (NautilusServiceInstallView *view,
show_overall_feedback (view, "Waiting for downloads");
generate_current_progress (view, "Downloading glib libraries ...");
fake_overall_install_progress (view);
- go_to_uri (view->details->nautilus_view, NEXT_VIEW);
}
@@ -460,5 +459,7 @@ service_install_load_location_callback (NautilusView *nautilus_view,
nautilus_view_report_load_complete (nautilus_view);
+ go_to_uri (view->details->nautilus_view, NEXT_VIEW);
+
}
diff --git a/components/services/install/nautilus-view/nautilus-service-install-view.c b/components/services/install/nautilus-view/nautilus-service-install-view.c
index 815255862..a5e8b41b2 100644
--- a/components/services/install/nautilus-view/nautilus-service-install-view.c
+++ b/components/services/install/nautilus-view/nautilus-service-install-view.c
@@ -425,7 +425,6 @@ nautilus_service_install_view_update_from_uri (NautilusServiceInstallView *view,
show_overall_feedback (view, "Waiting for downloads");
generate_current_progress (view, "Downloading glib libraries ...");
fake_overall_install_progress (view);
- go_to_uri (view->details->nautilus_view, NEXT_VIEW);
}
@@ -460,5 +459,7 @@ service_install_load_location_callback (NautilusView *nautilus_view,
nautilus_view_report_load_complete (nautilus_view);
+ go_to_uri (view->details->nautilus_view, NEXT_VIEW);
+
}