diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2007-06-03 10:49:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-06-03 10:49:38 +0800 |
commit | bdb60ce109c1a2958c89bb07b599407d26a2cf4f (patch) | |
tree | 691263b22b737cd652d26200accd031fd93c870f /shell/ChangeLog | |
parent | 646455c0f94ac047b3ed44dbd7e796f746451700 (diff) | |
download | gsoc2013-evolution-bdb60ce109c1a2958c89bb07b599407d26a2cf4f.tar gsoc2013-evolution-bdb60ce109c1a2958c89bb07b599407d26a2cf4f.tar.gz gsoc2013-evolution-bdb60ce109c1a2958c89bb07b599407d26a2cf4f.tar.bz2 gsoc2013-evolution-bdb60ce109c1a2958c89bb07b599407d26a2cf4f.tar.lz gsoc2013-evolution-bdb60ce109c1a2958c89bb07b599407d26a2cf4f.tar.xz gsoc2013-evolution-bdb60ce109c1a2958c89bb07b599407d26a2cf4f.tar.zst gsoc2013-evolution-bdb60ce109c1a2958c89bb07b599407d26a2cf4f.zip |
Fix compilation warnings in shell directory (#441055).
svn path=/trunk/; revision=33627
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 4f852dff4b..4222dcf296 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,13 @@ +2007-06-02 Gilles Dartiguelongue <dartigug@esiee.fr> + + * Fix bug #441055 + + * e-component-registry.c: (query_components): + * e-shell-nm-glib.c: (e_shell_nm_glib_initialise), + (e_shell_nm_glib_dispose): + * e-shell-settings-dialog.c: (load_pages): + various compilation warning cleanup + 2007-05-28 Jules Colding <colding@omesc.com> * main.c (main): Prevent dup2() and close() on -1 |