aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin-manager/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-06-19 04:54:38 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-06-19 04:54:38 +0800
commitb8c155683a49425cacacaf062176427d058b51d7 (patch)
treea7e68fecf812cd6edbeb4e3b33b28682865a19ae /plugins/plugin-manager/ChangeLog
parent058584357ec854d2c09663c65cf7760904ab4696 (diff)
downloadgsoc2013-evolution-b8c155683a49425cacacaf062176427d058b51d7.tar
gsoc2013-evolution-b8c155683a49425cacacaf062176427d058b51d7.tar.gz
gsoc2013-evolution-b8c155683a49425cacacaf062176427d058b51d7.tar.bz2
gsoc2013-evolution-b8c155683a49425cacacaf062176427d058b51d7.tar.lz
gsoc2013-evolution-b8c155683a49425cacacaf062176427d058b51d7.tar.xz
gsoc2013-evolution-b8c155683a49425cacacaf062176427d058b51d7.tar.zst
gsoc2013-evolution-b8c155683a49425cacacaf062176427d058b51d7.zip
** Fixes bug #530069
2008-06-18 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #530069 * plugins/plugin-manager/plugin-manager.c: Don't show the configuration tab unless the selected plugin actually has configuration options (excluding options that get crammed into the Preferences dialog). svn path=/trunk/; revision=35651
Diffstat (limited to 'plugins/plugin-manager/ChangeLog')
-rw-r--r--plugins/plugin-manager/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/plugin-manager/ChangeLog b/plugins/plugin-manager/ChangeLog
index 7c20b9b23d..9e1292570c 100644
--- a/plugins/plugin-manager/ChangeLog
+++ b/plugins/plugin-manager/ChangeLog
@@ -1,3 +1,12 @@
+2008-06-18 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes bug #530069
+
+ * plugin-manager.c:
+ Don't show the configuration tab unless the selected plugin
+ actually has configuration options (excluding options that get
+ crammed into the Preferences dialog).
+
2008-05-23 Johnny Jacob <jjohnny@novell.com>
** Fixes Bug 496476.