diff options
author | Not Zed <NotZed@Ximian.com> | 2004-11-19 09:34:21 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-11-19 09:34:21 +0800 |
commit | eccb379e0ca17bb136a05eaafccaa8186420028e (patch) | |
tree | 62ffc46ea0bd48c5f2eb52f0c419bc2df841453c /e-util/ChangeLog | |
parent | 1faa77c293056736da30f9df7d0c2966416f4bf8 (diff) | |
download | gsoc2013-evolution-eccb379e0ca17bb136a05eaafccaa8186420028e.tar.gz gsoc2013-evolution-eccb379e0ca17bb136a05eaafccaa8186420028e.tar.zst gsoc2013-evolution-eccb379e0ca17bb136a05eaafccaa8186420028e.zip |
if the plugin fails to load just disable it, don't unref it (it may be
2004-11-19 Not Zed <NotZed@Ximian.com>
* e-plugin.c (ep_load): if the plugin fails to load just disable
it, don't unref it (it may be referenced elsewhere).
svn path=/trunk/; revision=27944
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 4464929ffd..b8e65ac2fa 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,8 @@ +2004-11-19 Not Zed <NotZed@Ximian.com> + + * e-plugin.c (ep_load): if the plugin fails to load just disable + it, don't unref it (it may be referenced elsewhere). + 2004-11-18 Not Zed <NotZed@Ximian.com> * e-plugin.c (epl_loadmodule): split out module loadng code. |