diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-14 23:14:34 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-14 23:14:34 +0800 |
commit | 72dc5951a0e7ad9728cad59ec692fd423f81b340 (patch) | |
tree | 15f32c5c675a1947c628972702ade172bb79d27a /addressbook/contact-editor | |
parent | 32471accadcf2099f9d3567f51add9fab197ec24 (diff) | |
download | gsoc2013-evolution-72dc5951a0e7ad9728cad59ec692fd423f81b340.tar gsoc2013-evolution-72dc5951a0e7ad9728cad59ec692fd423f81b340.tar.gz gsoc2013-evolution-72dc5951a0e7ad9728cad59ec692fd423f81b340.tar.bz2 gsoc2013-evolution-72dc5951a0e7ad9728cad59ec692fd423f81b340.tar.lz gsoc2013-evolution-72dc5951a0e7ad9728cad59ec692fd423f81b340.tar.xz gsoc2013-evolution-72dc5951a0e7ad9728cad59ec692fd423f81b340.tar.zst gsoc2013-evolution-72dc5951a0e7ad9728cad59ec692fd423f81b340.zip |
Use the correct policy for resize.
2000-05-14 Christopher James Lahey <clahey@helixcode.com>
* contact-editor/e-contact-editor-categories.c: Use the correct
policy for resize.
svn path=/trunk/; revision=3028
Diffstat (limited to 'addressbook/contact-editor')
-rw-r--r-- | addressbook/contact-editor/e-contact-editor-categories.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/contact-editor/e-contact-editor-categories.c b/addressbook/contact-editor/e-contact-editor-categories.c index 14b10d21c8..89ee180d18 100644 --- a/addressbook/contact-editor/e-contact-editor-categories.c +++ b/addressbook/contact-editor/e-contact-editor-categories.c @@ -245,7 +245,7 @@ e_contact_editor_categories_init (EContactEditorCategories *categories) gnome_dialog_append_button ( GNOME_DIALOG(categories), GNOME_STOCK_BUTTON_CANCEL); - gtk_window_set_policy(GTK_WINDOW(categories), TRUE, TRUE, FALSE); + gtk_window_set_policy(GTK_WINDOW(categories), FALSE, TRUE, FALSE); categories->categories = NULL; gui = glade_xml_new (EVOLUTION_GLADEDIR "/categories.glade", NULL); |