diff options
author | Anna Marie Dirks <anna@ximian.com> | 2001-08-11 04:49:55 +0800 |
---|---|---|
committer | Anna Dirks <anna@src.gnome.org> | 2001-08-11 04:49:55 +0800 |
commit | 07ad68850a29b0e3f8c9fd6da3552cd2fab70db6 (patch) | |
tree | 45e862b32f122ada57e4ee2eb1bb3e292f5c11c2 /addressbook/gui/component/select-names/e-select-names.c | |
parent | 1580b0527cab9b93c15a899dd83031ee65fc64d2 (diff) | |
download | gsoc2013-evolution-07ad68850a29b0e3f8c9fd6da3552cd2fab70db6.tar.gz gsoc2013-evolution-07ad68850a29b0e3f8c9fd6da3552cd2fab70db6.tar.zst gsoc2013-evolution-07ad68850a29b0e3f8c9fd6da3552cd2fab70db6.zip |
did a little packing-magic to get the two tables at bottom of this dialog
2001-08-10 Anna Marie Dirks <anna@ximian.com>
* gui/component/select-names/select-names.glade: did a little
packing-magic to get the two tables at bottom of this dialog
to seem to line up.
*gui/component/select-names/e-select-names.c: changed the title
of this dialog to "Select Contacts from Addressbook".
svn path=/trunk/; revision=11897
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names.c')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index 256ac3b03e..2552579b66 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -480,7 +480,8 @@ e_select_names_init (ESelectNames *e_select_names) GNOME_STOCK_BUTTON_CANCEL, NULL); gnome_dialog_set_default(GNOME_DIALOG(e_select_names), 0); - + + gtk_window_set_title(GTK_WINDOW(e_select_names), "Select Contacts from Addressbook"); gtk_window_set_policy(GTK_WINDOW(e_select_names), FALSE, TRUE, FALSE); e_select_names->table = E_TABLE_SCROLLED(glade_xml_get_widget(gui, "table-source")); |