diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-10-20 01:25:44 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-10-20 01:25:44 +0800 |
commit | cc15e1dca6d00f6ec693c70117ed3bd48ec68291 (patch) | |
tree | a29791e6b3bf796a802c521fb63b123cbe1d8515 /addressbook/gui/search | |
parent | 20115b3d529724db653b8323e195237b33bb3873 (diff) | |
download | gsoc2013-evolution-cc15e1dca6d00f6ec693c70117ed3bd48ec68291.tar gsoc2013-evolution-cc15e1dca6d00f6ec693c70117ed3bd48ec68291.tar.gz gsoc2013-evolution-cc15e1dca6d00f6ec693c70117ed3bd48ec68291.tar.bz2 gsoc2013-evolution-cc15e1dca6d00f6ec693c70117ed3bd48ec68291.tar.lz gsoc2013-evolution-cc15e1dca6d00f6ec693c70117ed3bd48ec68291.tar.xz gsoc2013-evolution-cc15e1dca6d00f6ec693c70117ed3bd48ec68291.tar.zst gsoc2013-evolution-cc15e1dca6d00f6ec693c70117ed3bd48ec68291.zip |
Translate labels in select-names option menu. (Bug #9604)
2001-10-18 Jon Trowbridge <trow@ximian.com>
* gui/component/select-names/e-select-names.c (add_menu_item):
Translate labels in select-names option menu. (Bug #9604)
* gui/search/e-addressbook-search-dialog.c
(e_addressbook_search_dialog_init): Made the default window size
slightly wider. (Bug #7516)
svn path=/trunk/; revision=13795
Diffstat (limited to 'addressbook/gui/search')
-rw-r--r-- | addressbook/gui/search/e-addressbook-search-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/search/e-addressbook-search-dialog.c b/addressbook/gui/search/e-addressbook-search-dialog.c index 955ddd322d..5c90ce767a 100644 --- a/addressbook/gui/search/e-addressbook-search-dialog.c +++ b/addressbook/gui/search/e-addressbook-search-dialog.c @@ -142,7 +142,7 @@ e_addressbook_search_dialog_init (EAddressbookSearchDialog *view) GnomeDialog *dialog = GNOME_DIALOG (view); gtk_window_set_policy(GTK_WINDOW(view), FALSE, TRUE, FALSE); - gtk_window_set_default_size (GTK_WINDOW (view), 500, 400); + gtk_window_set_default_size (GTK_WINDOW (view), 550, 400); gtk_window_set_title(GTK_WINDOW(view), _("Advanced Search")); view->search = get_widget(view); gtk_box_pack_start(GTK_BOX(dialog->vbox), view->search, TRUE, TRUE, 0); |