diff options
author | Brian Cameron <brian.cameron@sun.com> | 2006-04-14 00:13:48 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2006-04-14 00:13:48 +0000 |
commit | ecf5af1dc65e2f7f0206fabc662cc0fdd700b8ec (patch) | |
tree | fbd4f59b7735939a6375ab20099ad01057109ae0 /ChangeLog | |
parent | 9e0288f545ef360fbf689ac16a82e390c1e71de9 (diff) | |
download | gdm-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |