diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-04-19 04:57:43 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-04-19 04:57:43 +0800 |
commit | 1052963824ca986bfe0255f534df68faf576e746 (patch) | |
tree | 16435781f01454c61500c2c2408a2b8030842b4f /e-util/ChangeLog | |
parent | 6a52b2cc19aa11400f33087280b95329f1e87ff9 (diff) | |
download | gsoc2013-evolution-1052963824ca986bfe0255f534df68faf576e746.tar.gz gsoc2013-evolution-1052963824ca986bfe0255f534df68faf576e746.tar.zst gsoc2013-evolution-1052963824ca986bfe0255f534df68faf576e746.zip |
** Fixes bug #528817
2008-04-18 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #528817
* e-util/e-plugin.c (e_plugin_register_type):
Fix a typo in the logic. This might explain why I occasionally
find Exchange Operations disabled on startup.
svn path=/trunk/; revision=35383
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 8df4256595..73220b574c 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,11 @@ +2008-04-18 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #528817 + + * e-plugin.c (e_plugin_register_type): + Fix a typo in the logic. This might explain why I occasionally + find Exchange Operations disabled on startup. + 2008-04-17 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #526739 |