diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-04-26 14:10:40 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-04-26 14:10:40 +0800 |
commit | e2ea35aab9fe8821eb4c42224d635e96745bfbf7 (patch) | |
tree | efaa7deb2c0aa9c4a2186b242b0224efb6385732 /addressbook/ChangeLog | |
parent | df00976fe425356187dbbd72b8080ae4a1d9dd01 (diff) | |
download | gsoc2013-evolution-e2ea35aab9fe8821eb4c42224d635e96745bfbf7.tar gsoc2013-evolution-e2ea35aab9fe8821eb4c42224d635e96745bfbf7.tar.gz gsoc2013-evolution-e2ea35aab9fe8821eb4c42224d635e96745bfbf7.tar.bz2 gsoc2013-evolution-e2ea35aab9fe8821eb4c42224d635e96745bfbf7.tar.lz gsoc2013-evolution-e2ea35aab9fe8821eb4c42224d635e96745bfbf7.tar.xz gsoc2013-evolution-e2ea35aab9fe8821eb4c42224d635e96745bfbf7.tar.zst gsoc2013-evolution-e2ea35aab9fe8821eb4c42224d635e96745bfbf7.zip |
Unref the text_model here instead of the model, since the model never gets
2002-04-26 Christopher James Lahey <clahey@ximian.com>
* gui/component/select-names/e-select-names.c
(e_select_names_child_free): Unref the text_model here instead of
the model, since the model never gets set. Removed the model
field since it's no longer used.
svn path=/trunk/; revision=16592
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 6fb3f42b06..d2aa51b2db 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2002-04-26 Christopher James Lahey <clahey@ximian.com> + + * gui/component/select-names/e-select-names.c + (e_select_names_child_free): Unref the text_model here instead of + the model, since the model never gets set. Removed the model + field since it's no longer used. + 2002-04-24 Christopher James Lahey <clahey@ximian.com> * gui/component/ldap-config.c: Updated this for the new |