aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/attachment-reminder/attachment-reminder.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-02-03 13:52:36 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-02-03 13:52:36 +0800
commitfd28f516c5e1c4f9954ba1e0bf238e7c58271686 (patch)
tree6d3c38251668cf982873585c963f8fc3a769440b /plugins/attachment-reminder/attachment-reminder.c
parentc85149ef7eddf2418b434892a95ab743ed0b749c (diff)
downloadgsoc2013-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/attachment-reminder.c')
-rw-r--r--plugins/attachment-reminder/attachment-reminder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/attachment-reminder/attachment-reminder.c b/plugins/attachment-reminder/attachment-reminder.c
index b50fc5b9dc..968815bf0f 100644
--- a/plugins/attachment-reminder/attachment-reminder.c
+++ b/plugins/attachment-reminder/attachment-reminder.c
@@ -112,7 +112,7 @@ org_gnome_evolution_attachment_reminder (EPlugin *ep, EMEventTargetComposer *t)
raw_msg_barray = g_byte_array_append (raw_msg_barray, (const guint8 *)"", 1);
- filtered_str = strip_text_msg (raw_msg_barray->data);
+ filtered_str = strip_text_msg ((gchar *) raw_msg_barray->data);
g_byte_array_free (raw_msg_barray, TRUE);
/* Set presend_check_status for the composer*/