diff options
author | Chris Toshok <toshok@ximian.com> | 2004-04-10 02:22:27 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-04-10 02:22:27 +0800 |
commit | 5918f7d6aa32cc1bc12bdf7f936c9502631c7f7f (patch) | |
tree | 65f8539cced1ede4b7a2c1721eefd70730587e15 /addressbook/ChangeLog | |
parent | e03ebc523557e0cf886da250c8ea575bdfd5e25f (diff) | |
download | gsoc2013-evolution-5918f7d6aa32cc1bc12bdf7f936c9502631c7f7f.tar.gz gsoc2013-evolution-5918f7d6aa32cc1bc12bdf7f936c9502631c7f7f.tar.zst gsoc2013-evolution-5918f7d6aa32cc1bc12bdf7f936c9502631c7f7f.zip |
pass GDK_CURRENT_TIME instead of a function pointer to "time" to
2004-04-09 Chris Toshok <toshok@ximian.com>
* gui/component/addressbook-component.c
(selector_tree_drag_motion): pass GDK_CURRENT_TIME instead of a
function pointer to "time" to gdk_drag_status. not sure if this
is right, but it's definitely more right than it was :)
(impl_createControls): create the info label and add it to the
sidebar control. it's not hooked up yet.
svn path=/trunk/; revision=25399
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 177485a04b..f14b1b0e15 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,14 @@ 2004-04-09 Chris Toshok <toshok@ximian.com> + * gui/component/addressbook-component.c + (selector_tree_drag_motion): pass GDK_CURRENT_TIME instead of a + function pointer to "time" to gdk_drag_status. not sure if this + is right, but it's definitely more right than it was :) + (impl_createControls): create the info label and add it to the + sidebar control. it's not hooked up yet. + +2004-04-09 Chris Toshok <toshok@ximian.com> + * importers/evolution-ldif-importer.c (resolve_list_card): use the new e_destination_export_to_vcard_attribute call to build up the attributes. |