diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-12 08:10:16 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-12 08:10:16 +0800 |
commit | 169ffee1ef0d4d8b95c1d5cb87fe4bf5e00cda95 (patch) | |
tree | 4db25f120a7eba2a958db69d64034f7f91c7b885 /shell/ChangeLog | |
parent | 233d008420d86f5cc67cb993f17c3a828436a7e0 (diff) | |
download | gsoc2013-evolution-169ffee1ef0d4d8b95c1d5cb87fe4bf5e00cda95.tar gsoc2013-evolution-169ffee1ef0d4d8b95c1d5cb87fe4bf5e00cda95.tar.gz gsoc2013-evolution-169ffee1ef0d4d8b95c1d5cb87fe4bf5e00cda95.tar.bz2 gsoc2013-evolution-169ffee1ef0d4d8b95c1d5cb87fe4bf5e00cda95.tar.lz gsoc2013-evolution-169ffee1ef0d4d8b95c1d5cb87fe4bf5e00cda95.tar.xz gsoc2013-evolution-169ffee1ef0d4d8b95c1d5cb87fe4bf5e00cda95.tar.zst gsoc2013-evolution-169ffee1ef0d4d8b95c1d5cb87fe4bf5e00cda95.zip |
need to assign priv here, fixes a crash.
2002-11-11 Chris Toshok <toshok@ximian.com>
* e-task-widget.c (impl_finalize): need to assign priv here, fixes
a crash.
svn path=/trunk/; revision=18715
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index ac839c82d1..75530ea2dd 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2002-11-11 Chris Toshok <toshok@ximian.com> + + * e-task-widget.c (impl_finalize): need to assign priv here, fixes + a crash. + 2002-11-11 Ettore Perazzoli <ettore@ximian.com> * e-shell.c (impl_dispose): Do unref the config_listener here [I |