diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2004-05-18 10:59:02 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2004-05-18 10:59:02 +0800 |
commit | 2983d377425a6a34411630363e91e0951b58d2b9 (patch) | |
tree | 56f8bef71d87f214e8aab981b6dece0b8f54dbff /addressbook/ChangeLog | |
parent | 5a2b990b92f6e0efe87bc07483767b5c8810056f (diff) | |
download | gsoc2013-evolution-2983d377425a6a34411630363e91e0951b58d2b9.tar gsoc2013-evolution-2983d377425a6a34411630363e91e0951b58d2b9.tar.gz gsoc2013-evolution-2983d377425a6a34411630363e91e0951b58d2b9.tar.bz2 gsoc2013-evolution-2983d377425a6a34411630363e91e0951b58d2b9.tar.lz gsoc2013-evolution-2983d377425a6a34411630363e91e0951b58d2b9.tar.xz gsoc2013-evolution-2983d377425a6a34411630363e91e0951b58d2b9.tar.zst gsoc2013-evolution-2983d377425a6a34411630363e91e0951b58d2b9.zip |
Hook up image button. (e_contact_editor_dispose): Dispose of file selector
2004-05-17 Hans Petter Jansson <hpj@ximian.com>
* gui/contact-editor/e-contact-editor.c (e_contact_editor_init):
Hook up image button.
(e_contact_editor_dispose): Dispose of file selector if it's around.
(image_clicked): Implement.
(file_selector_deleted): Implement.
(image_cleared_cb): Implement.
(image_selected_cb): Implement.
* gui/contact-editor/contact-editor.glade: Make the contact image
be a button that lets you change or discard the image.
svn path=/trunk/; revision=25943
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 8f94504a2d..a9bf1d4d7c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,16 @@ +2004-05-17 Hans Petter Jansson <hpj@ximian.com> + + * gui/contact-editor/e-contact-editor.c (e_contact_editor_init): + Hook up image button. + (e_contact_editor_dispose): Dispose of file selector if it's around. + (image_clicked): Implement. + (file_selector_deleted): Implement. + (image_cleared_cb): Implement. + (image_selected_cb): Implement. + + * gui/contact-editor/contact-editor.glade: Make the contact image + be a button that lets you change or discard the image. + 2004-05-17 Jeffrey Stedfast <fejj@novell.com> * gui/contact-list-editor/e-contact-list-editor.c: Change E_PIXMAP |