diff options
author | Tobias Mueller <tobiasmue@svn.gnome.org> | 2007-12-14 17:05:10 +0800 |
---|---|---|
committer | Tobias Mueller <tobiasmue@src.gnome.org> | 2007-12-14 17:05:10 +0800 |
commit | 1ef77c8fc42463c2109cd98b2ec25775a9dfeb0d (patch) | |
tree | 7a25ac96313947633e35873344c942d3377d8f90 /plugins/publish-calendar/ChangeLog | |
parent | 61f5cfcbafac9462f1b8494c95dae508c35140fa (diff) | |
download | gsoc2013-evolution-1ef77c8fc42463c2109cd98b2ec25775a9dfeb0d.tar gsoc2013-evolution-1ef77c8fc42463c2109cd98b2ec25775a9dfeb0d.tar.gz gsoc2013-evolution-1ef77c8fc42463c2109cd98b2ec25775a9dfeb0d.tar.bz2 gsoc2013-evolution-1ef77c8fc42463c2109cd98b2ec25775a9dfeb0d.tar.lz gsoc2013-evolution-1ef77c8fc42463c2109cd98b2ec25775a9dfeb0d.tar.xz gsoc2013-evolution-1ef77c8fc42463c2109cd98b2ec25775a9dfeb0d.tar.zst gsoc2013-evolution-1ef77c8fc42463c2109cd98b2ec25775a9dfeb0d.zip |
Patch by <nickspoon0@gmail.com>
2007-12-14 Tobias Mueller <tobiasmue@svn.gnome.org>
Patch by <nickspoon0@gmail.com>
** Fixes bug 502188
* publish-calendar.c: initialize "remember" variable to
FALSE.
svn path=/trunk/; revision=34697
Diffstat (limited to 'plugins/publish-calendar/ChangeLog')
-rw-r--r-- | plugins/publish-calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/publish-calendar/ChangeLog b/plugins/publish-calendar/ChangeLog index f70dbd2772..7d1a09468e 100644 --- a/plugins/publish-calendar/ChangeLog +++ b/plugins/publish-calendar/ChangeLog @@ -1,3 +1,11 @@ +2007-12-14 Tobias Mueller <tobiasmue@svn.gnome.org> + Patch by <nickspoon0@gmail.com> + + ** Fixes bug 502188 + + * publish-calendar.c: initialize "remember" variable to + FALSE. + 2007-09-27 Pedro Villavicencio Garrido <pvillavi@gnome.org> * url-editor-dialog.c: (url_editor_dialog_construct): |