summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2006-04-14 00:13:48 +0000
committerBrian Cameron <bcameron@src.gnome.org>2006-04-14 00:13:48 +0000
commitecf5af1dc65e2f7f0206fabc662cc0fdd700b8ec (patch)
treefbd4f59b7735939a6375ab20099ad01057109ae0 /ChangeLog
parent9e0288f545ef360fbf689ac16a82e390c1e71de9 (diff)
downloadgdm-ecf5af1dc65e2f7f0206fabc662cc0fdd700b8ec.tar.gz
Fix check for adding /usr/bin to the GDM_USER_PATH so it doesn't add it
2006-04-13 Brian Cameron <brian.cameron@sun.com> * configure.ac: Fix check for adding /usr/bin to the GDM_USER_PATH so it doesn't add it twice. The previous code didn't really work.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 910b21ba..3fb9c330 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* NEWS: Updated NEWS.
* gui/gdmchooser.c: Fix references to the BROADCAST key so it
is correctly listed as a bool, not a string.
+ * configure.ac: Fix check for adding /usr/bin to the GDM_USER_PATH
+ so it doesn't add it twice on Solaris.
2006-04-11 Brian Cameron <brian.cameron@sun.com>