summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@novell.com>2009-04-01 16:13:00 +0000
committerHans Petter <hansp@src.gnome.org>2009-04-01 16:13:00 +0000
commita372a1311c03a05d8ecfccda1e129fb06c4bd35d (patch)
treef33571884cda2efbe9045c9bfb9a18d19a43cdaa /ChangeLog
parent5aad7f5de297a7a813748e624c438bda0120f5ea (diff)
downloadgdm-a372a1311c03a05d8ecfccda1e129fb06c4bd35d.tar.gz
Bug 568590 - Environment doesn't get passed on to jobs, leading to
2009-04-01 Hans Petter Jansson <hpj@novell.com> Bug 568590 - Environment doesn't get passed on to jobs, leading to unlocalized PAM messages. * daemon/gdm-session-worker-job.c (listify_hash): Make sure values are not NULL. (copy_environment_to_hash): New function. (get_job_environment): Actually copy the environment into the hash to get passed on to job. svn path=/trunk/; revision=6800
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cdf9397d..f430aefa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-04-01 Hans Petter Jansson <hpj@novell.com>
+
+ Bug 568590 - Environment doesn't get passed on to jobs, leading
+ to unlocalized PAM messages.
+
+ * daemon/gdm-session-worker-job.c
+ (listify_hash): Make sure values are not NULL.
+ (copy_environment_to_hash): New function.
+ (get_job_environment): Actually copy the environment into the hash
+ to get passed on to job.
+
2009-03-31 Kjartan Maraas <kmaraas@gnome.org>
* gui/simple-chooser/gdm-host-chooser-dialog.h: