diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-07-25 16:51:26 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-07-25 16:51:26 +0000 |
commit | eeaa83aebb65bb5cf8c1882660ac72de4a07141c (patch) | |
tree | 94b30fcf0fe86125ef23828ea0ebcf13de241037 /perl-install/interactive | |
parent | cf6f2d3737d4ca2335ba8712e1e5072b97223697 (diff) | |
download | drakx-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"
Diffstat (limited to 'perl-install/interactive')
-rw-r--r-- | perl-install/interactive/gtk.pm | 3 |
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}, ); |