aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-03-07 00:42:00 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-03-07 00:42:00 +0800
commit1f0f6705804f7a5f1e4e601fb0b91331485bb4cd (patch)
tree8159b08d341853868c855748fd41912a41b6e1b1 /shell/ChangeLog
parentb85ba12a6c6a897c9ab04a3d4ccc58018314d2b1 (diff)
downloadgsoc2013-evolution-1f0f6705804f7a5f1e4e601fb0b91331485bb4cd.tar
gsoc2013-evolution-1f0f6705804f7a5f1e4e601fb0b91331485bb4cd.tar.gz
gsoc2013-evolution-1f0f6705804f7a5f1e4e601fb0b91331485bb4cd.tar.bz2
gsoc2013-evolution-1f0f6705804f7a5f1e4e601fb0b91331485bb4cd.tar.lz
gsoc2013-evolution-1f0f6705804f7a5f1e4e601fb0b91331485bb4cd.tar.xz
gsoc2013-evolution-1f0f6705804f7a5f1e4e601fb0b91331485bb4cd.tar.zst
gsoc2013-evolution-1f0f6705804f7a5f1e4e601fb0b91331485bb4cd.zip
(import_bonobo_config): Protect from val
being NULL when printf()ing -- should fix #39096 (Solaris-specific crash). svn path=/trunk/; revision=20195
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 28b28cfc79..58b66e1e1b 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,9 @@
+2003-03-06 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-config-upgrade.c (import_bonobo_config): Protect from val
+ being NULL when printf()ing -- should fix #39096 (Solaris-specific
+ crash).
+
2003-03-05 Ettore Perazzoli <ettore@ximian.com>
* e-shell-view-menu.c: Added icon for "/popups/NewPopup/Folder".