diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-17 15:50:39 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-17 15:50:39 +0800 |
commit | 0c6abae8605045e79afba715f3725fd9d631f40d (patch) | |
tree | da3277768f59c7e50976aeb7e62bc7f1410057b3 /addressbook/gui/component | |
parent | 78fd8e18560afa5509a59ece0ba89807184d4ffa (diff) | |
download | gsoc2013-evolution-0c6abae8605045e79afba715f3725fd9d631f40d.tar gsoc2013-evolution-0c6abae8605045e79afba715f3725fd9d631f40d.tar.gz gsoc2013-evolution-0c6abae8605045e79afba715f3725fd9d631f40d.tar.bz2 gsoc2013-evolution-0c6abae8605045e79afba715f3725fd9d631f40d.tar.lz gsoc2013-evolution-0c6abae8605045e79afba715f3725fd9d631f40d.tar.xz gsoc2013-evolution-0c6abae8605045e79afba715f3725fd9d631f40d.tar.zst gsoc2013-evolution-0c6abae8605045e79afba715f3725fd9d631f40d.zip |
sink the popup. (e_contact_editor_build_email_ui): same.
2002-11-16 Chris Toshok <toshok@ximian.com>
* gui/contact-editor/e-contact-editor.c
(e_contact_editor_build_phone_ui): sink the popup.
(e_contact_editor_build_email_ui): same.
(e_contact_editor_build_address_ui): same.
* gui/component/addressbook-config.c (ldap_dialog_new): show
everything from dialog->page down, so custom widgets show up.
svn path=/trunk/; revision=18812
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/addressbook-config.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c index ce515e1b00..68aed30a07 100644 --- a/addressbook/gui/component/addressbook-config.c +++ b/addressbook/gui/component/addressbook-config.c @@ -1604,6 +1604,8 @@ ldap_dialog_new (GNOME_Evolution_Shell shell) dialog->page = glade_xml_get_widget (dialog->gui, "addressbook-sources"); + gtk_widget_show_all (dialog->page); + return dialog; } |