diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor-categories.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor-categories.c b/addressbook/gui/contact-editor/e-contact-editor-categories.c index 14b10d21c8..89ee180d18 100644 --- a/addressbook/gui/contact-editor/e-contact-editor-categories.c +++ b/addressbook/gui/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); |