aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-12-13 08:45:09 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-12-13 08:45:09 +0800
commit8a2afc351781ab3af6b151f276fcdf87b8519f25 (patch)
tree0754ed26a243f03182e247890311e36b1b398a91 /shell/ChangeLog
parent3681ee807965177dbd13619cbf42571adcef6341 (diff)
downloadgsoc2013-evolution-8a2afc351781ab3af6b151f276fcdf87b8519f25.tar
gsoc2013-evolution-8a2afc351781ab3af6b151f276fcdf87b8519f25.tar.gz
gsoc2013-evolution-8a2afc351781ab3af6b151f276fcdf87b8519f25.tar.bz2
gsoc2013-evolution-8a2afc351781ab3af6b151f276fcdf87b8519f25.tar.lz
gsoc2013-evolution-8a2afc351781ab3af6b151f276fcdf87b8519f25.tar.xz
gsoc2013-evolution-8a2afc351781ab3af6b151f276fcdf87b8519f25.tar.zst
gsoc2013-evolution-8a2afc351781ab3af6b151f276fcdf87b8519f25.zip
New helper function to create the `~/evolution/private' directory.
* e-setup.c (setup_bonobo_conf_private_directory): New helper function to create the `~/evolution/private' directory. (e_setup): Call it. svn path=/trunk/; revision=15012
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index fbbcf9b569..2c98894337 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,12 @@
+2001-12-12 Ettore Perazzoli <ettore@ximian.com>
+
+ [Fix #14838, saving passwords doesn't work. It is actually a
+ workaround for some obscure Bonobo-conf bug.]
+
+ * e-setup.c (setup_bonobo_conf_private_directory): New helper
+ function to create the `~/evolution/private' directory.
+ (e_setup): Call it.
+
2001-12-05 Ettore Perazzoli <ettore@ximian.com>
* e-shell-about-box.c: Add missing comma.