From 8828242570fd982a9f604771497a1fccec9fe8e1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 16 Jan 2005 10:35:09 +0000 Subject: if the window is not modal, the main XFdrake window can block it :-( --- perl-install/Xconfig/resolution_and_depth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/Xconfig/resolution_and_depth.pm b/perl-install/Xconfig/resolution_and_depth.pm index 5953f7a4e..bbbc3f889 100644 --- a/perl-install/Xconfig/resolution_and_depth.pm +++ b/perl-install/Xconfig/resolution_and_depth.pm @@ -218,7 +218,7 @@ sub choose_gtk { require ugtk2; mygtk2->import; ugtk2->import(qw(:create :helpers :wrappers)); - my $W = ugtk2->new(N("Resolution")); + my $W = ugtk2->new(N("Resolution"), modal => 1); my %monitor_images_x_res = do { my @l = qw(640 800 1024 1152 1280 1400 1600 1920 2048); -- cgit v1.2.1