diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-21 16:31:29 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-21 16:31:29 +0800 |
commit | 33688c3aece916519259f177b3fa0d2af76ca725 (patch) | |
tree | 9bfb41d010a2af75bbc9a52deddbfcd234966de6 /shell/ChangeLog | |
parent | 97f26b5a13ff86cc939cf57bb5040d2249679841 (diff) | |
download | gsoc2013-evolution-33688c3aece916519259f177b3fa0d2af76ca725.tar.gz gsoc2013-evolution-33688c3aece916519259f177b3fa0d2af76ca725.tar.zst gsoc2013-evolution-33688c3aece916519259f177b3fa0d2af76ca725.zip |
Fix a stupid g_warning caused by calling EStorageSet functions on a
NULL pointer.
svn path=/trunk/; revision=8865
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 68e3049f8a..3292acfb88 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,11 @@ 2001-03-21 Ettore Perazzoli <ettore@ximian.com> + * e-storage-set-view.c (etree_get_save_id): If we have no + associated StorageSet yet, just return "root". [This can happen + when this function is called at construction time.] + +2001-03-21 Ettore Perazzoli <ettore@ximian.com> + * Evolution-ShellComponentDnd.idl: StudlyCapsify struct members to match the new IDL naming standards. * e-storage-set-view.c: Updated accordingly. |