diff options
author | Brian Cameron <brian.cameron@sun.com> | 2007-07-12 00:12:16 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2007-07-12 00:12:16 +0000 |
commit | 3b4e1c8658099a1352c8f35bfdc65d4655d67ce4 (patch) | |
tree | 2b536643a39ffffedc049a891ed5189c3260ecea /ChangeLog | |
parent | 4931ede04a9c4add87d49ef6ad099e68a35e3c0f (diff) | |
download | gdm-3b4e1c8658099a1352c8f35bfdc65d4655d67ce4.tar.gz |
Fix g_strsplit calls so that NULL return codes are better handled.
2007-07-11 Brian Cameron <brian.cameron@sun.com>
* daemon/gdm.c, daemon/server.c, common/gdm-common.[ch],
common/gdm-common-config.c, gui/gdmlogin.c, gui/gdmcommon.[ch],
gui/gdmflexiserver.c, gui/gdmsetup.c, gui/gdmconfig.c,
gui/greeter/greeter_system.c, gui/greeter/greeter_item_ulist.c:
Fix g_strsplit calls so that NULL return codes are better
handled.
* gui/Makefile.am, gui/greeter/Makefile.am, gui/gdmgreeter.[ch],
Create new gdmgreeter.a library that is only linked by
gdmlogin and gdmgreeter. This was needed because I wanted to
make the gdm_common_is_action_available function a common
function and the chkauthattr function requires linking additional
libraries. This made this change easier and also makes GDM a bit
cleaner. It is better, I think, to separate the code only used by
the greeters since these two programs have more common shared code
than the other GDM gui programs.
svn path=/trunk/; revision=5063
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2007-07-11 Brian Cameron <brian.cameron@sun.com> + + * daemon/gdm.c, daemon/server.c, common/gdm-common.[ch], + common/gdm-common-config.c, gui/gdmlogin.c, gui/gdmcommon.[ch], + gui/gdmflexiserver.c, gui/gdmsetup.c, gui/gdmconfig.c, + gui/greeter/greeter_system.c, gui/greeter/greeter_item_ulist.c: + Fix g_strsplit calls so that NULL return codes are better + handled. + * gui/Makefile.am, gui/greeter/Makefile.am, gui/gdmgreeter.[ch], + Create new gdmgreeter.a library that is only linked by + gdmlogin and gdmgreeter. This was needed because I wanted to + make the gdm_common_is_action_available function a common + function and the chkauthattr function requires linking additional + libraries. This made this change easier and also makes GDM a bit + cleaner. It is better, I think, to separate the code only used by + the greeters since these two programs have more common shared code + than the other GDM gui programs. + 2007-07-09 Brian Cameron <brian.cameron@sun.com> * gui/gdmlanguages.c: Fix memory handling of dialog_selected_language |