summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-07-25 16:51:26 +0000
committerThierry Vignaud <tv@mandriva.org>2008-07-25 16:51:26 +0000
commiteeaa83aebb65bb5cf8c1882660ac72de4a07141c (patch)
tree94b30fcf0fe86125ef23828ea0ebcf13de241037
parentcf6f2d3737d4ca2335ba8712e1e5072b97223697 (diff)
downloaddrakx-eeaa83aebb65bb5cf8c1882660ac72de4a07141c.tar
drakx-eeaa83aebb65bb5cf8c1882660ac72de4a07141c.tar.gz
drakx-eeaa83aebb65bb5cf8c1882660ac72de4a07141c.tar.bz2
drakx-eeaa83aebb65bb5cf8c1882660ac72de4a07141c.tar.xz
drakx-eeaa83aebb65bb5cf8c1882660ac72de4a07141c.zip
(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"
-rw-r--r--perl-install/interactive/gtk.pm3
1 files changed, 1 insertions, 2 deletions
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},
);