aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilip Van hoof <philip@codeminded.be>2009-01-12 16:44:53 +0800
committerPhilip Van Hoof <pvanhoof@src.gnome.org>2009-01-12 16:44:53 +0800
commit79e0bf750c12b043aae5a99e0d95d48e28680073 (patch)
tree3ef1ed90e61110a0696c5b304a153f9243af7dd5 /ChangeLog
parent66ea0e4652494beaf42ee198943d2dfc6cab7d8a (diff)
downloadgsoc2013-evolution-79e0bf750c12b043aae5a99e0d95d48e28680073.tar
gsoc2013-evolution-79e0bf750c12b043aae5a99e0d95d48e28680073.tar.gz
gsoc2013-evolution-79e0bf750c12b043aae5a99e0d95d48e28680073.tar.bz2
gsoc2013-evolution-79e0bf750c12b043aae5a99e0d95d48e28680073.tar.lz
gsoc2013-evolution-79e0bf750c12b043aae5a99e0d95d48e28680073.tar.xz
gsoc2013-evolution-79e0bf750c12b043aae5a99e0d95d48e28680073.tar.zst
gsoc2013-evolution-79e0bf750c12b043aae5a99e0d95d48e28680073.zip
e-util/e-plugin.c e-util/e-plugin.h EPlugins must be loaded after Bonobo
2009-01-12 Philip Van hoof <philip@codeminded.be> * e-util/e-plugin.c * e-util/e-plugin.h * shell/main.c: EPlugins must be loaded after Bonobo init, else variables like `session` are not available for plugin's initialization functions. (Fixes Bug #565681) svn path=/trunk/; revision=37052
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29b07c40b6..f871642b73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-01-12 Philip Van hoof <philip@codeminded.be>
+
+ * e-util/e-plugin.c
+ * e-util/e-plugin.h
+ * shell/main.c: EPlugins must be loaded after Bonobo init, else variables
+ like `session` are not available for plugin's initialization functions.
+ (Fixes Bug #565681)
+
2009-01-08 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #565376