aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-10-07 17:37:33 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-10-07 17:37:33 +0800
commit714fcc165ac9d611625f80015fc8eb7912de8eaa (patch)
treea01d54be78129a4c7905710745f5f07ebe349afa /e-util/ChangeLog
parentb0e927b258bc1a05fc5df822dbfb55b3f5679d31 (diff)
downloadgsoc2013-evolution-714fcc165ac9d611625f80015fc8eb7912de8eaa.tar
gsoc2013-evolution-714fcc165ac9d611625f80015fc8eb7912de8eaa.tar.gz
gsoc2013-evolution-714fcc165ac9d611625f80015fc8eb7912de8eaa.tar.bz2
gsoc2013-evolution-714fcc165ac9d611625f80015fc8eb7912de8eaa.tar.lz
gsoc2013-evolution-714fcc165ac9d611625f80015fc8eb7912de8eaa.tar.xz
gsoc2013-evolution-714fcc165ac9d611625f80015fc8eb7912de8eaa.tar.zst
gsoc2013-evolution-714fcc165ac9d611625f80015fc8eb7912de8eaa.zip
noop if we're disabled, and do some lifecycle stuff now, call
2004-10-07 Not Zed <NotZed@Ximian.com> * e-plugin.c (epl_invoke): noop if we're disabled, and do some lifecycle stuff now, call e_plugin_lib_enable on the module if it exists. svn path=/trunk/; revision=27494
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index f96e121ffe..eeeb8e00ea 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,5 +1,11 @@
2004-10-07 Not Zed <NotZed@Ximian.com>
+ * e-plugin.c (epl_invoke): noop if we're disabled, and do some
+ lifecycle stuff now, call e_plugin_lib_enable on the module if it
+ exists.
+
+2004-10-07 Not Zed <NotZed@Ximian.com>
+
* e-config.c (ec_rebuild): show the toplevel notebook if we
had to create one, always.