aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/contact-editor.glade
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2004-05-18 10:59:02 +0800
committerHans Petter <hansp@src.gnome.org>2004-05-18 10:59:02 +0800
commit2983d377425a6a34411630363e91e0951b58d2b9 (patch)
tree56f8bef71d87f214e8aab981b6dece0b8f54dbff /addressbook/gui/contact-editor/contact-editor.glade
parent5a2b990b92f6e0efe87bc07483767b5c8810056f (diff)
downloadgsoc2013-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/gui/contact-editor/contact-editor.glade')
-rw-r--r--addressbook/gui/contact-editor/contact-editor.glade13
1 files changed, 4 insertions, 9 deletions
diff --git a/addressbook/gui/contact-editor/contact-editor.glade b/addressbook/gui/contact-editor/contact-editor.glade
index 92f0eb8c63..e44f6f6082 100644
--- a/addressbook/gui/contact-editor/contact-editor.glade
+++ b/addressbook/gui/contact-editor/contact-editor.glade
@@ -94,15 +94,10 @@
<property name="spacing">6</property>
<child>
- <widget class="GtkAspectFrame" id="aspectframe1">
+ <widget class="GtkButton" id="button-image">
<property name="visible">True</property>
- <property name="label_xalign">0</property>
- <property name="label_yalign">0</property>
- <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
- <property name="xalign">0.5</property>
- <property name="yalign">0.5</property>
- <property name="ratio">1</property>
- <property name="obey_child">True</property>
+ <property name="can_focus">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
<child>
<widget class="Custom" id="image-chooser">
@@ -117,7 +112,7 @@
</widget>
<packing>
<property name="padding">0</property>
- <property name="expand">True</property>
+ <property name="expand">False</property>
<property name="fill">True</property>
</packing>
</child>