diff options
author | Johnny Jacob <jjohnny@src.gnome.org> | 2008-05-23 14:19:26 +0800 |
---|---|---|
committer | Johnny Jacob <jjohnny@src.gnome.org> | 2008-05-23 14:19:26 +0800 |
commit | 28e5262d541d66b204f1017b5cdb12571593fb2a (patch) | |
tree | 35fc8cb62f519fb8f81eb6b1568fc523ce9d4ed2 /plugins/attachment-reminder/ChangeLog | |
parent | de67fcdb7cf04201174bb62c32eda7ad9e1e323f (diff) | |
download | gsoc2013-evolution-28e5262d541d66b204f1017b5cdb12571593fb2a.tar gsoc2013-evolution-28e5262d541d66b204f1017b5cdb12571593fb2a.tar.gz gsoc2013-evolution-28e5262d541d66b204f1017b5cdb12571593fb2a.tar.bz2 gsoc2013-evolution-28e5262d541d66b204f1017b5cdb12571593fb2a.tar.lz gsoc2013-evolution-28e5262d541d66b204f1017b5cdb12571593fb2a.tar.xz gsoc2013-evolution-28e5262d541d66b204f1017b5cdb12571593fb2a.tar.zst gsoc2013-evolution-28e5262d541d66b204f1017b5cdb12571593fb2a.zip |
Attachment Reminder - Fixes Bug #529995. Disable the plugin when user says - do not show this message again
svn path=/trunk/; revision=35529
Diffstat (limited to 'plugins/attachment-reminder/ChangeLog')
-rw-r--r-- | plugins/attachment-reminder/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/attachment-reminder/ChangeLog b/plugins/attachment-reminder/ChangeLog index 2bcf880ff1..c06349e093 100644 --- a/plugins/attachment-reminder/ChangeLog +++ b/plugins/attachment-reminder/ChangeLog @@ -1,5 +1,19 @@ 2008-05-22 Johnny Jacob <jjohnny@novell.com> + + ** Fixes Bug #529995 + + * attachment-reminder.c (ask_for_missing_attachment): Disable the plugin. + + * apps-evolution-attachment-reminder.schemas.in: Removed GConf key. + * attachment-reminder.c (toggle_cb): Removed. + (e_plugin_lib_get_configure_widget): Remove "Remind missing attachments" + check button. + (org_gnome_evolution_attachment_reminder): Removed Gconf key + for enable/disable . + +2008-05-22 Johnny Jacob <jjohnny@novell.com> + * attachment-reminder.c (strip_text_msg): Wrong condition check 2008-05-20 Johnny Jacob <jjohnny@novell.com> |