summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Barrow <josh@eazel.com>2000-11-03 00:12:23 +0000
committerJosh Barrow <carbamide@src.gnome.org>2000-11-03 00:12:23 +0000
commit457cc61e0a5e24ae6977e1e1101ced4ab4185b94 (patch)
tree4ec8e2139ca7a49ae8f4bb8e62ec7cc30b9809ea
parentfc218423c4c27e609418c22df49815aafa8f0a1f (diff)
downloadnautilus-457cc61e0a5e24ae6977e1e1101ced4ab4185b94.tar.gz
GNOME is an acronym, not a word. Changed as such.
2000-11-02 Josh Barrow <josh@eazel.com> * nautilus-installer/src/prescript: GNOME is an acronym, not a word. Changed as such.
-rw-r--r--ChangeLog5
-rw-r--r--nautilus-installer/src/prescript4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b2d81a61c..507abcdec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-02 Josh Barrow <josh@eazel.com>
+
+ * nautilus-installer/src/prescript:
+ GNOME is an acronym, not a word. Changed as such.
+
2000-11-02 Eskil Heyn Olsen <eskil@eazel.com>
* nautilus-installer/src/prescript:
diff --git a/nautilus-installer/src/prescript b/nautilus-installer/src/prescript
index 0e3bb3d10..2b3900479 100644
--- a/nautilus-installer/src/prescript
+++ b/nautilus-installer/src/prescript
@@ -13,7 +13,7 @@ fi
PR1_TO_PR2=no
if [ -f /usr/bin/nautilus ]; then
VERSION=`/usr/bin/nautilus --version`
- if [ "x$VERSION" = "xGnome nautilus 0.1.0" ]; then
+ if [ "x$VERSION" = "xGNOME nautilus 0.1.0" ]; then
PR1_TO_PR2=yes
fi
fi
@@ -41,7 +41,7 @@ if test $UID -ne 0; then
# Move config
if [ "x$PR1_TO_PR2" = "xyes" ]; then
VERSION=`/usr/bin/nautilus --version`
- if [ "x$VERSION" != "xGnome nautilus 0.1.0" ]; then
+ if [ "x$VERSION" != "xGNOME nautilus 0.1.0" ]; then
echo "Saving old settings..."
mkdir -p $HOME/.nautilus.pr2.backup >& /dev/null
mv -f $HOME/.nautilus $HOME/.nautilus.pr2.backup/ >& /dev/null