projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f224c5
)
fix typo
author
Paul
<paul@claws-mail.org>
Sat, 14 Dec 2013 11:20:24 +0000
(11:20 +0000)
committer
Paul
<paul@claws-mail.org>
Sat, 14 Dec 2013 11:20:24 +0000
(11:20 +0000)
src/plugins/notification/notification_plugin.c
patch
|
blob
|
history
diff --git
a/src/plugins/notification/notification_plugin.c
b/src/plugins/notification/notification_plugin.c
index fcbda2d4fd81b78a9bd444e3188deafc93fbb11b..dd99d887c43966033ca4313c95a03eae8ddb9d8b 100644
(file)
--- 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 in
t
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);