From eeaa83aebb65bb5cf8c1882660ac72de4a07141c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 25 Jul 2008 16:51:26 +0000 Subject: (ask_fromW) do not force modality since it behaves badly with matchbox window manager; modality got forced by pixel in r206229 on 2004-02-10 without much explanation: "have modal windows" --- perl-install/interactive/gtk.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/interactive') diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm index 05770d169..8a6b80f2e 100644 --- a/perl-install/interactive/gtk.pm +++ b/perl-install/interactive/gtk.pm @@ -729,8 +729,7 @@ sub ask_fromW { filter_widgets($l); - - my $mainw = ugtk2->new($common->{title}, %$o, modal => 1, if__($::main_window, transient => $::main_window), + my $mainw = ugtk2->new($common->{title}, %$o, if__($::main_window, transient => $::main_window), if_($common->{icon}, icon => $common->{icon}), banner_title => $common->{banner_title}, ); -- cgit v1.2.1