diff options
author | Hans Petter Jansson <hpj@novell.com> | 2009-04-01 16:13:00 +0000 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2009-04-01 16:13:00 +0000 |
commit | a372a1311c03a05d8ecfccda1e129fb06c4bd35d (patch) | |
tree | f33571884cda2efbe9045c9bfb9a18d19a43cdaa /ChangeLog | |
parent | 5aad7f5de297a7a813748e624c438bda0120f5ea (diff) | |
download | gdm-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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: |