diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-06-19 04:54:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-06-19 04:54:38 +0800 |
commit | b8c155683a49425cacacaf062176427d058b51d7 (patch) | |
tree | a7e68fecf812cd6edbeb4e3b33b28682865a19ae /plugins/plugin-manager/ChangeLog | |
parent | 058584357ec854d2c09663c65cf7760904ab4696 (diff) | |
download | gsoc2013-evolution-b8c155683a49425cacacaf062176427d058b51d7.tar.gz 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/ChangeLog | 9 |
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. |