diff options
Diffstat (limited to 'plugins/attachment-reminder/attachment-reminder.c')
-rw-r--r-- | plugins/attachment-reminder/attachment-reminder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/attachment-reminder/attachment-reminder.c b/plugins/attachment-reminder/attachment-reminder.c index 33971dd25e..92f335c72d 100644 --- a/plugins/attachment-reminder/attachment-reminder.c +++ b/plugins/attachment-reminder/attachment-reminder.c @@ -185,7 +185,7 @@ static gchar* strip_text_msg (gchar *msg) g_strfreev (lines); - return g_utf8_strdown (stripped_msg, g_utf8_strlen (stripped_msg, -1)); + return g_utf8_strdown (stripped_msg, -1); } static void |