aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2004-08-21 07:35:20 +0800
committerHans Petter <hansp@src.gnome.org>2004-08-21 07:35:20 +0800
commit3f62ea5c855b2ba4325edd29aaa2fc3feb0eebbf (patch)
tree476c1cc27b74ab07c91c76f57a120a30798148b4 /addressbook/ChangeLog
parentc4b88ab6297a1167c8afd1bdc4b96d87ca81aba4 (diff)
downloadgsoc2013-evolution-3f62ea5c855b2ba4325edd29aaa2fc3feb0eebbf.tar
gsoc2013-evolution-3f62ea5c855b2ba4325edd29aaa2fc3feb0eebbf.tar.gz
gsoc2013-evolution-3f62ea5c855b2ba4325edd29aaa2fc3feb0eebbf.tar.bz2
gsoc2013-evolution-3f62ea5c855b2ba4325edd29aaa2fc3feb0eebbf.tar.lz
gsoc2013-evolution-3f62ea5c855b2ba4325edd29aaa2fc3feb0eebbf.tar.xz
gsoc2013-evolution-3f62ea5c855b2ba4325edd29aaa2fc3feb0eebbf.tar.zst
gsoc2013-evolution-3f62ea5c855b2ba4325edd29aaa2fc3feb0eebbf.zip
Makes the contact image selector use GtkFileChooser if available.
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 (). svn path=/trunk/; revision=26979
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 ]