aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-02-20 10:20:52 +0800
committerChris Toshok <toshok@src.gnome.org>2004-02-20 10:20:52 +0800
commit31e82459bdaca03ce878a0181a55102c43a1de69 (patch)
tree5683ba500227c89ea3877b16aa6142f8a80e0011 /addressbook/ChangeLog
parent65500ade9a6cd497eeffa32253beebb0d0508c54 (diff)
downloadgsoc2013-evolution-31e82459bdaca03ce878a0181a55102c43a1de69.tar
gsoc2013-evolution-31e82459bdaca03ce878a0181a55102c43a1de69.tar.gz
gsoc2013-evolution-31e82459bdaca03ce878a0181a55102c43a1de69.tar.bz2
gsoc2013-evolution-31e82459bdaca03ce878a0181a55102c43a1de69.tar.lz
gsoc2013-evolution-31e82459bdaca03ce878a0181a55102c43a1de69.tar.xz
gsoc2013-evolution-31e82459bdaca03ce878a0181a55102c43a1de69.tar.zst
gsoc2013-evolution-31e82459bdaca03ce878a0181a55102c43a1de69.zip
split out the majority of the set_prop code for PROPERTY_SOURCE_UID_IDX
2004-02-19 Chris Toshok <toshok@ximian.com> * gui/component/addressbook.c (activate_source): split out the majority of the set_prop code for PROPERTY_SOURCE_UID_IDX here, so it can be used for both SOURCE_UID and FOLDER_URI. (set_prop): add a setter for "folder_uri". we sorta fudge things and use the uri for the uid (the uid is only used as a hash key to look up the view associated with the uri/source, so we should be good still.) (get_prop): add getter for "folder_uri". (addressbook_new_control): add the "folder_uri" property to our property bag. svn path=/trunk/; revision=24808
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index b9bd0c8da8..a1e13f43d3 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,16 @@
+2004-02-19 Chris Toshok <toshok@ximian.com>
+
+ * gui/component/addressbook.c (activate_source): split out the
+ majority of the set_prop code for PROPERTY_SOURCE_UID_IDX here, so
+ it can be used for both SOURCE_UID and FOLDER_URI.
+ (set_prop): add a setter for "folder_uri". we sorta fudge things
+ and use the uri for the uid (the uid is only used as a hash key to
+ look up the view associated with the uri/source, so we should be
+ good still.)
+ (get_prop): add getter for "folder_uri".
+ (addressbook_new_control): add the "folder_uri" property to our
+ property bag.
+
2004-02-19 Hans Petter Jansson <hpj@ximian.com>
Fixes #45308 and duplicates.