aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-config.glade
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-10-07 00:54:49 +0800
committerChris Toshok <toshok@src.gnome.org>2001-10-07 00:54:49 +0800
commit5bf99a3707ed456ab957fe6ae359f24d1371e8bc (patch)
tree5697d478e470570ad2cb0ab3872853ba6b84bf19 /addressbook/gui/component/addressbook-config.glade
parentc87ef08b9507ed81e6f40b704949cc8b92388511 (diff)
downloadgsoc2013-evolution-5bf99a3707ed456ab957fe6ae359f24d1371e8bc.tar
gsoc2013-evolution-5bf99a3707ed456ab957fe6ae359f24d1371e8bc.tar.gz
gsoc2013-evolution-5bf99a3707ed456ab957fe6ae359f24d1371e8bc.tar.bz2
gsoc2013-evolution-5bf99a3707ed456ab957fe6ae359f24d1371e8bc.tar.lz
gsoc2013-evolution-5bf99a3707ed456ab957fe6ae359f24d1371e8bc.tar.xz
gsoc2013-evolution-5bf99a3707ed456ab957fe6ae359f24d1371e8bc.tar.zst
gsoc2013-evolution-5bf99a3707ed456ab957fe6ae359f24d1371e8bc.zip
add an Email Address field/label/help text.
2001-10-06 Chris Toshok <toshok@ximian.com> * gui/component/addressbook-config.glade: add an Email Address field/label/help text. * gui/component/addressbook-config.c (addressbook_source_dialog_set_source): fill in the email entry from the source. also, set the initial state of the email label/entry. (auth_checkbutton_changed): set the email label/entry sensitive/editable if auth is turned on, and insensitive/uneditable if it's off. (addressbook_source_dialog_get_source): get the email address from the email entry. (addressbook_source_dialog): hook up the email entry to the changed signal foo, as well as the focus handler for displaying help text. svn path=/trunk/; revision=13486
Diffstat (limited to 'addressbook/gui/component/addressbook-config.glade')
-rw-r--r--addressbook/gui/component/addressbook-config.glade69
1 files changed, 69 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook-config.glade b/addressbook/gui/component/addressbook-config.glade
index 3e34388548..50241167c2 100644
--- a/addressbook/gui/component/addressbook-config.glade
+++ b/addressbook/gui/component/addressbook-config.glade
@@ -255,6 +255,50 @@
</widget>
<widget>
+ <class>GtkHBox</class>
+ <name>hbox4</name>
+ <homogeneous>False</homogeneous>
+ <spacing>0</spacing>
+ <child>
+ <padding>0</padding>
+ <expand>False</expand>
+ <fill>False</fill>
+ </child>
+
+ <widget>
+ <class>GtkLabel</class>
+ <name>email-address-label</name>
+ <label>Email Address:</label>
+ <justify>GTK_JUSTIFY_CENTER</justify>
+ <wrap>False</wrap>
+ <xalign>0.5</xalign>
+ <yalign>0.5</yalign>
+ <xpad>0</xpad>
+ <ypad>0</ypad>
+ <child>
+ <padding>0</padding>
+ <expand>False</expand>
+ <fill>False</fill>
+ </child>
+ </widget>
+
+ <widget>
+ <class>GtkEntry</class>
+ <name>email-address-entry</name>
+ <can_focus>True</can_focus>
+ <editable>True</editable>
+ <text_visible>True</text_visible>
+ <text_max_length>0</text_max_length>
+ <text></text>
+ <child>
+ <padding>0</padding>
+ <expand>True</expand>
+ <fill>True</fill>
+ </child>
+ </widget>
+ </widget>
+
+ <widget>
<class>GtkNotebook</class>
<name>basic-notebook</name>
<show_tabs>False</show_tabs>
@@ -319,6 +363,31 @@
<xpad>0</xpad>
<ypad>0</ypad>
</widget>
+
+ <widget>
+ <class>GtkLabel</class>
+ <name>label48</name>
+ <label>Evolution will use this email address to authenticate you with the server</label>
+ <justify>GTK_JUSTIFY_CENTER</justify>
+ <wrap>True</wrap>
+ <xalign>0.5</xalign>
+ <yalign>0.5</yalign>
+ <xpad>0</xpad>
+ <ypad>0</ypad>
+ </widget>
+
+ <widget>
+ <class>GtkLabel</class>
+ <child_name>Notebook:tab</child_name>
+ <name>label47</name>
+ <label>label47</label>
+ <justify>GTK_JUSTIFY_CENTER</justify>
+ <wrap>False</wrap>
+ <xalign>0.5</xalign>
+ <yalign>0.5</yalign>
+ <xpad>0</xpad>
+ <ypad>0</ypad>
+ </widget>
</widget>
</widget>