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/gui/contact-editor/e-contact-editor.h | |
parent | 5a2b990b92f6e0efe87bc07483767b5c8810056f (diff) | |
download | gsoc2013-evolution-2983d377425a6a34411630363e91e0951b58d2b9.tar.gz 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/gui/contact-editor/e-contact-editor.h')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.h b/addressbook/gui/contact-editor/e-contact-editor.h index a34c19e031..1fdcda8c9f 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.h +++ b/addressbook/gui/contact-editor/e-contact-editor.h @@ -69,6 +69,8 @@ struct _EContactEditor GladeXML *gui; GtkWidget *app; + GtkWidget *file_selector; + EContactName *name; char *company; |