diff options
author | Not Zed <NotZed@Ximian.com> | 2004-09-30 03:48:35 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2004-09-30 03:48:35 +0800 |
commit | 9ff72681fd3856703f67cc1bcd013c8b82b159d3 (patch) | |
tree | 65febbda9c6f89f3354138221fc6b43506406a6f /addressbook/ChangeLog | |
parent | 3196e27abd4e278f0c0b02806a48ab99f774722e (diff) | |
download | gsoc2013-evolution-9ff72681fd3856703f67cc1bcd013c8b82b159d3.tar.gz gsoc2013-evolution-9ff72681fd3856703f67cc1bcd013c8b82b159d3.tar.zst gsoc2013-evolution-9ff72681fd3856703f67cc1bcd013c8b82b159d3.zip |
Fixes bug #66520.
2004-09-29 Not Zed <NotZed@Ximian.com>
Fixes bug #66520.
* gui/widgets/e-addressbook-view.c (eab_view_dispose): don't unref
the contact_display_window, it will be destroyed by being
parented.
svn path=/trunk/; revision=27431
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 9864d59a38..12c46bed30 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2004-09-29 Not Zed <NotZed@Ximian.com> + + Fixes bug #66520. + + * gui/widgets/e-addressbook-view.c (eab_view_dispose): don't unref + the contact_display_window, it will be destroyed by being + parented. + 2004-09-29 Hans Petter Jansson <hpj@ximian.com> Fixes bug #66369. |