diff options
author | Milan Crha <mcrha@redhat.com> | 2007-12-04 18:57:59 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-12-04 18:57:59 +0800 |
commit | f4d3ee5d5923e8a91b45fc6dd8eb8fb2857f41de (patch) | |
tree | 3ef9dad0d4187b2b42f3e7216a88b07e885dba79 /plugins/plugin-manager/ChangeLog | |
parent | 70663baf3f0e922ed4f6c5560880b66281aaf037 (diff) | |
download | gsoc2013-evolution-f4d3ee5d5923e8a91b45fc6dd8eb8fb2857f41de.tar.gz gsoc2013-evolution-f4d3ee5d5923e8a91b45fc6dd8eb8fb2857f41de.tar.zst gsoc2013-evolution-f4d3ee5d5923e8a91b45fc6dd8eb8fb2857f41de.zip |
** Fix for bug #500210
2007-12-04 Milan Crha <mcrha@redhat.com>
** Fix for bug #500210
* plugins/plugin-manager/plugin-manager.c: Changed coding-style to be more accurate to other
sources, but the main change was to show configuration options of the
plugin into extra tab, instead of new popup under 'Configure' button.
* e-util/e-plugin.h:
* e-util/e-plugin.c: (e_plugin_configure), (e_plugin_is_configurable),
(epl_configure), (e_plugin_get_configure_widget),
(epl_get_configure_widget): Removed old configure functions,
replaced by get_configure_widget functions, to be able show
plugin configuration in a tab of plugin manager.
svn path=/trunk/; revision=34639
Diffstat (limited to 'plugins/plugin-manager/ChangeLog')
-rw-r--r-- | plugins/plugin-manager/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/plugin-manager/ChangeLog b/plugins/plugin-manager/ChangeLog index 108affe08c..f7b8a3eeeb 100644 --- a/plugins/plugin-manager/ChangeLog +++ b/plugins/plugin-manager/ChangeLog @@ -1,3 +1,11 @@ +2007-12-04 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #500210 + + * plugin-manager.c: Changed coding-style to be more accurate to other + sources, but the main change was to show configuration options of the + plugin into extra tab, instead of new popup under 'Configure' button. + 2007-11-19 Sankar P <psankar@novell.com> ** Fix for bug #498173 |