From 5a4fa3a053937f5515610648e60681d9bb5f43d9 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 23 May 2002 22:04:31 +0000 Subject: Set @allow_shrink and @allow_grow to FALSE for the window. Fixes #17534. * main.c (quit_box_new): Set @allow_shrink and @allow_grow to FALSE for the window. Fixes #17534. svn path=/trunk/; revision=16995 --- shell/ChangeLog | 5 +++++ shell/main.c | 1 + 2 files changed, 6 insertions(+) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index c1860256f7..ff6159fec6 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2002-05-23 Ettore Perazzoli + + * main.c (quit_box_new): Set @allow_shrink and @allow_grow to + FALSE for the window. Fixes #17534. + 2002-05-23 Ettore Perazzoli * e-shell-folder-selection-dialog.c diff --git a/shell/main.c b/shell/main.c index b9deb26194..7e824ba990 100644 --- a/shell/main.c +++ b/shell/main.c @@ -79,6 +79,7 @@ quit_box_new (void) GtkWidget *frame; window = gtk_window_new (GTK_WINDOW_TOPLEVEL); + gtk_window_set_policy (GTK_WINDOW (window), FALSE, FALSE, FALSE); gtk_window_set_position (GTK_WINDOW (window), GTK_WIN_POS_CENTER); /* (Just to prevent smart-ass window managers like Sawfish from setting -- cgit v1.2.3