diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2004-10-12 02:58:44 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2004-10-12 02:58:44 +0800 |
commit | d86c247a2ee0546f11ebe8cb762e782cca287a35 (patch) | |
tree | 777d62ec336061ac7fa0916ed0868487300a43d1 /addressbook/ChangeLog | |
parent | bab4ad240f77663e1b9b8707fcc2ecaf30ca091a (diff) | |
download | gsoc2013-evolution-d86c247a2ee0546f11ebe8cb762e782cca287a35.tar.gz gsoc2013-evolution-d86c247a2ee0546f11ebe8cb762e782cca287a35.tar.zst gsoc2013-evolution-d86c247a2ee0546f11ebe8cb762e782cca287a35.zip |
Don't unref the view - removing it from the hash table will do this for
2004-10-11 Hans Petter Jansson <hpj@ximian.com>
* gui/component/addressbook-view.c (source_list_changed_cb): Don't
unref the view - removing it from the hash table will do this for us.
Remove from hash table after removing the notebook page.
(addressbook_view_init): Unref views when removed from the hash
table.
svn path=/trunk/; revision=27539
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 5015a9d2f0..25830df7b8 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2004-10-11 Hans Petter Jansson <hpj@ximian.com> + + * gui/component/addressbook-view.c (source_list_changed_cb): Don't + unref the view - removing it from the hash table will do this for us. + Remove from hash table after removing the notebook page. + (addressbook_view_init): Unref views when removed from the hash + table. + 2004-10-06 Not Zed <NotZed@Ximian.com> * gui/component/addressbook-view.c (popup_event_callback): |