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.
This commit is contained in:
Ramiro Estrugo 2000-11-04 06:22:49 +00:00
parent 05037c7c39
commit 48b618925c
2 changed files with 13 additions and 4 deletions

View file

@ -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:

View file

@ -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?
"