aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-tag-editor.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-05-28 07:39:43 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-05-28 07:39:43 +0800
commitd575bb994eebbe511b80bb07abda56d28a9883e3 (patch)
treea4b71860d8cbefa3b086b25f66ef5239862904ee /mail/message-tag-editor.c
parentf05515011feff2de19f6ee8950c97fe08d67b6d9 (diff)
downloadgsoc2013-evolution-d575bb994eebbe511b80bb07abda56d28a9883e3.tar
gsoc2013-evolution-d575bb994eebbe511b80bb07abda56d28a9883e3.tar.gz
gsoc2013-evolution-d575bb994eebbe511b80bb07abda56d28a9883e3.tar.bz2
gsoc2013-evolution-d575bb994eebbe511b80bb07abda56d28a9883e3.tar.lz
gsoc2013-evolution-d575bb994eebbe511b80bb07abda56d28a9883e3.tar.xz
gsoc2013-evolution-d575bb994eebbe511b80bb07abda56d28a9883e3.tar.zst
gsoc2013-evolution-d575bb994eebbe511b80bb07abda56d28a9883e3.zip
set the default open size to something reasonable. For #43410.
2003-05-27 Not Zed <NotZed@Ximian.com> * message-tag-editor.c (message_tag_editor_init): set the default open size to something reasonable. For #43410. * mail-signature-editor.c (d): turn off debugging. * mail-config.c (mail_config_signature_add): save new signature in signature list. For #43688. svn path=/trunk/; revision=21340
Diffstat (limited to 'mail/message-tag-editor.c')
-rw-r--r--mail/message-tag-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/message-tag-editor.c b/mail/message-tag-editor.c
index 616bde1ecd..bfc7c699f3 100644
--- a/mail/message-tag-editor.c
+++ b/mail/message-tag-editor.c
@@ -78,7 +78,7 @@ message_tag_editor_class_init (MessageTagEditorClass *klass)
static void
message_tag_editor_init (MessageTagEditor *editor)
{
- g_object_set (editor, "allow_shrink", FALSE, "allow_grow", TRUE, NULL);
+ gtk_window_set_default_size((GtkWindow *)editor, 400, 500);
gtk_dialog_add_buttons (GTK_DIALOG (editor),
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_OK, GTK_RESPONSE_OK,