diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-05-20 23:22:41 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-05-20 23:22:41 +0800 |
commit | 6f02daa3841d22c6802d2668015177e42973936d (patch) | |
tree | 260138d11ba6fcc5b614b02b9dac60f48517e492 /shell/ChangeLog | |
parent | 42333eed038c2a464c243c0852501b4529f74ec4 (diff) | |
download | gsoc2013-evolution-6f02daa3841d22c6802d2668015177e42973936d.tar.gz gsoc2013-evolution-6f02daa3841d22c6802d2668015177e42973936d.tar.zst gsoc2013-evolution-6f02daa3841d22c6802d2668015177e42973936d.zip |
(storage_weak_notify): Set
the storage member to NULL.
(shell_weak_notify): Set the shell member to NULL.
(cleanup_discovery): g_object_weak_unref() shell, parent and
storage.
svn path=/trunk/; revision=21280
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index af4b61b4b2..b4543d6d56 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,13 @@ +2003-05-20 Ettore Perazzoli <ettore@ximian.com> + + [#43322] + + * e-shell-shared-folder-picker-dialog.c (storage_weak_notify): Set + the storage member to NULL. + (shell_weak_notify): Set the shell member to NULL. + (cleanup_discovery): g_object_weak_unref() shell, parent and + storage. + 2003-05-19 Ettore Perazzoli <ettore@ximian.com> * main.c: Removed "forced_upgrade" unused variable. |