aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-02-14 05:39:05 +0800
committerChris Lahey <clahey@src.gnome.org>2002-02-14 05:39:05 +0800
commit2cacdc5d41cbf020f57ff782efcdd6e4bf999636 (patch)
tree0506872b59d74c15747c720e2de5809ceb803032 /addressbook/ChangeLog
parent32a1a69f13932b9304a937ca0cb39102d425bc93 (diff)
downloadgsoc2013-evolution-2cacdc5d41cbf020f57ff782efcdd6e4bf999636.tar
gsoc2013-evolution-2cacdc5d41cbf020f57ff782efcdd6e4bf999636.tar.gz
gsoc2013-evolution-2cacdc5d41cbf020f57ff782efcdd6e4bf999636.tar.bz2
gsoc2013-evolution-2cacdc5d41cbf020f57ff782efcdd6e4bf999636.tar.lz
gsoc2013-evolution-2cacdc5d41cbf020f57ff782efcdd6e4bf999636.tar.xz
gsoc2013-evolution-2cacdc5d41cbf020f57ff782efcdd6e4bf999636.tar.zst
gsoc2013-evolution-2cacdc5d41cbf020f57ff782efcdd6e4bf999636.zip
Make sure to only set the query once when creating a new book and not at
2002-02-13 Christopher James Lahey <clahey@ximian.com> * gui/component/select-names/e-select-names.c (set_book): Make sure to only set the query once when creating a new book and not at all on addressbook model creation. This prevents an accidental pair of changes from making the addressbook model load a remote addressbook. * gui/widgets/e-addressbook-model.c (get_view): If this is the first_get_view and the addressbook is remote, empty the view instead of leaving it in the state it used to be in. This only occurs if you set the book after the model has existed for a while. (e_addressbook_model_set_arg): When setting the book, set first_get_view to TRUE. svn path=/trunk/; revision=15715
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 41427aebcb..68ba8f5300 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,21 @@
2002-02-13 Christopher James Lahey <clahey@ximian.com>
+ * gui/component/select-names/e-select-names.c (set_book): Make
+ sure to only set the query once when creating a new book and not
+ at all on addressbook model creation. This prevents an accidental
+ pair of changes from making the addressbook model load a remote
+ addressbook.
+
+ * gui/widgets/e-addressbook-model.c (get_view): If this is the
+ first_get_view and the addressbook is remote, empty the view
+ instead of leaving it in the state it used to be in. This only
+ occurs if you set the book after the model has existed for a
+ while.
+ (e_addressbook_model_set_arg): When setting the book, set
+ first_get_view to TRUE.
+
+2002-02-13 Christopher James Lahey <clahey@ximian.com>
+
* gui/widgets/e-addressbook-view.c (display_view): Attach to the
emvw instead of the emv here.