diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-02-03 13:52:36 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-02-03 13:52:36 +0800 |
commit | fd28f516c5e1c4f9954ba1e0bf238e7c58271686 (patch) | |
tree | 6d3c38251668cf982873585c963f8fc3a769440b /plugins/attachment-reminder/ChangeLog | |
parent | c85149ef7eddf2418b434892a95ab743ed0b749c (diff) | |
download | gsoc2013-evolution-fd28f516c5e1c4f9954ba1e0bf238e7c58271686.tar gsoc2013-evolution-fd28f516c5e1c4f9954ba1e0bf238e7c58271686.tar.gz gsoc2013-evolution-fd28f516c5e1c4f9954ba1e0bf238e7c58271686.tar.bz2 gsoc2013-evolution-fd28f516c5e1c4f9954ba1e0bf238e7c58271686.tar.lz gsoc2013-evolution-fd28f516c5e1c4f9954ba1e0bf238e7c58271686.tar.xz gsoc2013-evolution-fd28f516c5e1c4f9954ba1e0bf238e7c58271686.tar.zst gsoc2013-evolution-fd28f516c5e1c4f9954ba1e0bf238e7c58271686.zip |
Fix a compiler warning.
2008-02-03 Matthew Barnes <mbarnes@redhat.com>
* pluginsattachment-reminder.c
(org_gnome_evolution_attachment_reminder):
Fix a compiler warning.
* widgets/text/e-text.c (update_im_cursor_position):
* widgets/text/e-text.c (e_text_get_cursor_locations):
Remove these unused functions to silence compiler warnings.
svn path=/trunk/; revision=34952
Diffstat (limited to 'plugins/attachment-reminder/ChangeLog')
-rw-r--r-- | plugins/attachment-reminder/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/attachment-reminder/ChangeLog b/plugins/attachment-reminder/ChangeLog index a8cdf93a9f..221d27e612 100644 --- a/plugins/attachment-reminder/ChangeLog +++ b/plugins/attachment-reminder/ChangeLog @@ -1,3 +1,8 @@ +2008-02-03 Matthew Barnes <mbarnes@redhat.com> + + * attachment-reminder.c (org_gnome_evolution_attachment_reminder): + Fix a compiler warning. + 2008-01-24 Johnny Jacob <jjohnny@novell.com> ** Fixes bug #503327 & #503678 |