[Commits] [SCM] claws branch, master, updated. 3.9.3-1-ga21217e
claws at claws-mail.org
claws at claws-mail.org
Sat Dec 14 12:20:33 CET 2013
The branch master of project "claws" (Claws Mail) has been updated
via a21217e9fc3f2eb20d48084efc9dff67ed7e428d (commit)
from 5f224c577a9ab7b8e0a2c1af1148ea1010e50426 (commit)
- Log -----------------------------------------------------------------
commit a21217e9fc3f2eb20d48084efc9dff67ed7e428d
Author: Paul <paul at claws-mail.org>
Date: Sat Dec 14 11:20:24 2013 +0000
fix typo
diff --git a/src/plugins/notification/notification_plugin.c b/src/plugins/notification/notification_plugin.c
index fcbda2d..dd99d88 100644
--- a/src/plugins/notification/notification_plugin.c
+++ b/src/plugins/notification/notification_plugin.c
@@ -300,7 +300,7 @@ gint plugin_init(gchar **error)
hook_theme_changed = hooks_register_hook(THEME_CHANGED_HOOKLIST, my_update_theme_hook, NULL);
if(hook_theme_changed == (guint)-1) {
- *error = g_strdup(_("Failed to register theme change hook int the "
+ *error = g_strdup(_("Failed to register theme change hook in the "
"Notification plugin"));
hooks_unregister_hook(FOLDER_ITEM_UPDATE_HOOKLIST, hook_f_item);
hooks_unregister_hook(FOLDER_UPDATE_HOOKLIST, hook_f);
-----------------------------------------------------------------------
Summary of changes:
src/plugins/notification/notification_plugin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list