aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-04-04 01:23:17 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-04-04 01:23:17 +0800
commit785567b9191e01e1875139c9d91a2c58f913af33 (patch)
treef6c07a330b997c4540bfad77025a151b15c50872 /shell/ChangeLog
parentd5dc15ddf0ff2a0e5a08887f740d6e009de1024a (diff)
downloadgsoc2013-evolution-785567b9191e01e1875139c9d91a2c58f913af33.tar
gsoc2013-evolution-785567b9191e01e1875139c9d91a2c58f913af33.tar.gz
gsoc2013-evolution-785567b9191e01e1875139c9d91a2c58f913af33.tar.bz2
gsoc2013-evolution-785567b9191e01e1875139c9d91a2c58f913af33.tar.lz
gsoc2013-evolution-785567b9191e01e1875139c9d91a2c58f913af33.tar.xz
gsoc2013-evolution-785567b9191e01e1875139c9d91a2c58f913af33.tar.zst
gsoc2013-evolution-785567b9191e01e1875139c9d91a2c58f913af33.zip
Merge fix for #1117 (g-warning being emitted when clicking on storage
nodes) from evolution-0-10-branch. svn path=/trunk/; revision=9135
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 bce6012b7d..e8272e2dfe 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,14 @@
2001-04-03 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-view.c (get_control_for_uri): Change `! folder_type'
+ with `folder_type == NULL'.
+
+ * e-corba-storage-registry.c (impl_StorageRegistry_addStorage): If
+ the toplevel node URI or the toplevel node type are an empty
+ string, use NULL Instead.
+
+2001-04-03 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell-view.c: Fix bug #1878 "folder sometimes fails to
display?". Thanks to Dan for finding out an explanation for the
problem.