From 72dc5951a0e7ad9728cad59ec692fd423f81b340 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sun, 14 May 2000 15:14:34 +0000 Subject: Use the correct policy for resize. 2000-05-14 Christopher James Lahey * contact-editor/e-contact-editor-categories.c: Use the correct policy for resize. svn path=/trunk/; revision=3028 --- addressbook/contact-editor/e-contact-editor-categories.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/contact-editor') 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); -- cgit v1.2.3