aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/attachment-reminder/ChangeLog
diff options
context:
space:
mode:
authorJohnny Jacob <jjohnny@src.gnome.org>2007-12-15 03:50:44 +0800
committerJohnny Jacob <jjohnny@src.gnome.org>2007-12-15 03:50:44 +0800
commit4045000b05db9cf5727509843b2e5d29c61c1f4f (patch)
treecf093ad99a663ed86357f7fea36599f0890077b8 /plugins/attachment-reminder/ChangeLog
parent76a44f8af00bc653e72bfa8905c5bbcac77b9301 (diff)
downloadgsoc2013-evolution-4045000b05db9cf5727509843b2e5d29c61c1f4f.tar.gz
gsoc2013-evolution-4045000b05db9cf5727509843b2e5d29c61c1f4f.tar.zst
gsoc2013-evolution-4045000b05db9cf5727509843b2e5d29c61c1f4f.zip
Attachment reminder cleanup. Fixes 502312. Added some more fixes over Milan Crha's work.
svn path=/trunk/; revision=34700
Diffstat (limited to 'plugins/attachment-reminder/ChangeLog')
-rw-r--r--plugins/attachment-reminder/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/attachment-reminder/ChangeLog b/plugins/attachment-reminder/ChangeLog
index f89ec0e4fe..014dba5554 100644
--- a/plugins/attachment-reminder/ChangeLog
+++ b/plugins/attachment-reminder/ChangeLog
@@ -1,3 +1,19 @@
+2007-12-15 Johnny Jacob <jjohnny@novell.com>
+
+ ** Cleanup of attachment reminder over Milan Crha's work.
+
+ * attachment-reminder.c (check_for_attachment_clues): Unref gconf_client.
+ (commit_changes): reuse ui->gconf.
+ (e_plugin_lib_get_configure_widget): Remove unnecessary
+ gconf_client_get_default ()
+
+2007-12-07 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #502312
+
+ * attachment-reminder.c: A little cleanup of configuration part of
+ the plugin to not use global variables and free memory properly.
+
2007-12-05 Sankar P <psankar@novell.com>
* attachment-reminder.c: (e_plugin_lib_get_configure_widget):