aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-14 23:14:34 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-14 23:14:34 +0800
commit72dc5951a0e7ad9728cad59ec692fd423f81b340 (patch)
tree15f32c5c675a1947c628972702ade172bb79d27a
parent32471accadcf2099f9d3567f51add9fab197ec24 (diff)
downloadgsoc2013-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
-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);