summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-10-31 19:26:33 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-10-31 19:26:33 +0000
commitf5fe720a69fc9607d4eb362f58db00735995d406 (patch)
tree4f0f0a1141dd9463a48063e71963130cb6424d1b /src
parent73b181da0bb314b3da99c0338a3c3bcfbc654bcb (diff)
downloadnautilus-f5fe720a69fc9607d4eb362f58db00735995d406.tar.gz
changed the services uris that are hard-coded into the wizard to ones
* src/nautilus-first-time-druid.c: (druid_finished): changed the services uris that are hard-coded into the wizard to ones specified by Laura; they are not in place yet but she assures me that they will be soon.
Diffstat (limited to 'src')
-rw-r--r--src/nautilus-first-time-druid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nautilus-first-time-druid.c b/src/nautilus-first-time-druid.c
index 19928db94..2c09a18e1 100644
--- a/src/nautilus-first-time-druid.c
+++ b/src/nautilus-first-time-druid.c
@@ -144,10 +144,10 @@ druid_finished (GtkWidget *druid_page)
switch (last_signup_choice) {
case 0:
- signup_uris[0] = "http://www.eazel.com/services.html";
+ signup_uris[0] = "http://services.eazel.com/services";
break;
case 1:
- signup_uris[0] = "http://services.eazel.com:8888/account/register/form";
+ signup_uris[0] = "http://services.eazel.com/account/register/form";
break;
case 2:
signup_uris[0] = "eazel:";