summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamiro Estrugo <ramiro@src.gnome.org>2000-11-04 06:22:49 +0000
committerRamiro Estrugo <ramiro@src.gnome.org>2000-11-04 06:22:49 +0000
commit48b618925c6bc527e92a563b498d9816549dd7be (patch)
tree7837cfcf1582c2b56327c9d6672c2023f35fd4e5
parent05037c7c394b2b65e3c0b10ec67b242512f700c4 (diff)
downloadnautilus-48b618925c6bc527e92a563b498d9816549dd7be.tar.gz
FIX from the pr2 branch.
* helper-scripts/nautilus-verify-rpm.sh: Fix bug 4453. Get right urls into "Nautilus RPM is damaged" dialog boxes. Also change the dialogs slighty as specified by sullivan in bug 4366.
-rw-r--r--ChangeLog9
-rwxr-xr-xhelper-scripts/nautilus-verify-rpm.sh8
2 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index a82f43254..e63d303ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2000-11-03 Ramiro Estrugo <ramiro@eazel.com>
+
+ FIX from the pr2 branch.
+
+ * helper-scripts/nautilus-verify-rpm.sh:
+ Fix bug 4453. Get right urls into "Nautilus RPM is damaged"
+ dialog boxes. Also change the dialogs slighty as specified by
+ sullivan in bug 4366.
+
2000-11-03 Eskil Heyn Olsen <eskil@eazel.com>
* components/services/install/lib/eazel-install-protocols.c:
diff --git a/helper-scripts/nautilus-verify-rpm.sh b/helper-scripts/nautilus-verify-rpm.sh
index 60964fcd4..2ed05c249 100755
--- a/helper-scripts/nautilus-verify-rpm.sh
+++ b/helper-scripts/nautilus-verify-rpm.sh
@@ -81,9 +81,9 @@ then
then
title="Problem Running Nautilus"
- message=`printf "This version of Nautilus requires Bonobo 0.26. This computer has Bonobo version %s installed.
-There might be a newer version of Nautilus available that will work with this version of Bonobo.
-Please check http://nautilus.eazel.com/." $bonobo_version`
+ message=`printf "This version of Nautilus requires Bonobo 0.26. This computer has Bonobo version %s installed. There might be a newer version of Nautilus available that will work with this version of Bonobo.
+
+Please check our download site at http://www.eazel.com/download" $bonobo_version`
nautilus-error-dialog --message "$message" --title "$title"
exit 1
@@ -96,7 +96,7 @@ button_two="Cancel"
message="Nautilus or some library it uses is damaged or missing. It might work, but more
likely it will not. You could try to reinstall Nautilus from:
-http://download.eazel.com/.
+http://www.eazel.com/download.
Do you want to try to run Nautilus anyway?
"