From 5bf99a3707ed456ab957fe6ae359f24d1371e8bc Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Sat, 6 Oct 2001 16:54:49 +0000 Subject: add an Email Address field/label/help text. 2001-10-06 Chris Toshok * 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 --- addressbook/gui/component/addressbook-config.glade | 69 ++++++++++++++++++++++ 1 file changed, 69 insertions(+) (limited to 'addressbook/gui/component/addressbook-config.glade') 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 @@ -254,6 +254,50 @@ + + GtkHBox + hbox4 + False + 0 + + 0 + False + False + + + + GtkLabel + email-address-label + + GTK_JUSTIFY_CENTER + False + 0.5 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkEntry + email-address-entry + True + True + True + 0 + + + 0 + True + True + + + + GtkNotebook basic-notebook @@ -319,6 +363,31 @@ 0 0 + + + GtkLabel + label48 + + GTK_JUSTIFY_CENTER + True + 0.5 + 0.5 + 0 + 0 + + + + GtkLabel + Notebook:tab + label47 + + GTK_JUSTIFY_CENTER + False + 0.5 + 0.5 + 0 + 0 + -- cgit v1.2.3