aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 90f9133d0d..c41fc4276a 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,18 @@
+2004-08-19 Hans Petter Jansson <hpj@ximian.com>
+
+ Makes the contact image selector use GtkFileChooser if available.
+
+ * gui/contact-editor/e-contact-editor.c (image_selected_cb): Take just
+ the editor as an argument, so we can call from other places without
+ having to supply dummy args. Rename to image_selected, since it's no
+ longer strictly a callback. Include optional code to use the new
+ GtkFileChooser.
+ (image_cleared_cb): Ditto. Rename to image_cleared.
+ (file_chooser_response): Optional response handling for GtkFileChooser.
+ (image_clicked): Include optional code to use the new GtkFileChooser.
+ Move common strings to variables. For GtkFileSelection, swap callback
+ parameters for the modified image_selected () and image_cleared ().
+
2004-08-19 Chris Toshok <toshok@ximian.com>
[ likely fixes #61500 ]