aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/contact-editor/e-contact-editor-categories.c2
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor-categories.c2
3 files changed, 7 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 79c0e9da41..ac528e9dad 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,10 @@
2000-05-14 Christopher James Lahey <clahey@helixcode.com>
+ * contact-editor/e-contact-editor-categories.c: Use the correct
+ policy for resize.
+
+2000-05-14 Christopher James Lahey <clahey@helixcode.com>
+
* backend/ebook/Makefile.am: Added libeutil for e-card's support
for categories.
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);
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);