diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-08-18 22:06:17 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-18 22:06:17 +0800 |
commit | 6a753a24990e14b9b896bf419747723fe828f748 (patch) | |
tree | 149ee8d8ce96cd916934ec548d0e586e4efa6320 /shell/ChangeLog | |
parent | ddd75dbfe67693a53a23791bb26fb9c55b3e03f2 (diff) | |
download | gsoc2013-evolution-6a753a24990e14b9b896bf419747723fe828f748.tar gsoc2013-evolution-6a753a24990e14b9b896bf419747723fe828f748.tar.gz gsoc2013-evolution-6a753a24990e14b9b896bf419747723fe828f748.tar.bz2 gsoc2013-evolution-6a753a24990e14b9b896bf419747723fe828f748.tar.lz gsoc2013-evolution-6a753a24990e14b9b896bf419747723fe828f748.tar.xz gsoc2013-evolution-6a753a24990e14b9b896bf419747723fe828f748.tar.zst gsoc2013-evolution-6a753a24990e14b9b896bf419747723fe828f748.zip |
Fix the function signature to conform to the component interface.
2008-08-18 Matthew Barnes <mbarnes@redhat.com>
* shell/test/evolution-test-component.c (impl_upgradeFromVersion):
Fix the function signature to conform to the component interface.
svn path=/trunk/; revision=36015
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 60181ad24e..0aa3bb8359 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 2008-08-18 Matthew Barnes <mbarnes@redhat.com> + * test/evolution-test-component.c (impl_upgradeFromVersion): + Fix the function signature to conform to the component interface. + +2008-08-18 Matthew Barnes <mbarnes@redhat.com> + ** Fixes part of bug #508732 * e-shell.c: |