From 9f62fabb7797fb9a9569a28789b1841d08e0ffa1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 25 Jul 2008 16:38:00 +0000 Subject: (ask_fromW) no need to set modality twice (what's more, transient already imply modality in mygtk2) --- perl-install/interactive/gtk.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm index 004fb0d44..05770d169 100644 --- a/perl-install/interactive/gtk.pm +++ b/perl-install/interactive/gtk.pm @@ -729,7 +729,8 @@ sub ask_fromW { filter_widgets($l); - my $mainw = ugtk2->new($common->{title}, %$o, modal => 1, if__($::main_window, transient => $::main_window, modal => 1), + + my $mainw = ugtk2->new($common->{title}, %$o, modal => 1, if__($::main_window, transient => $::main_window), if_($common->{icon}, icon => $common->{icon}), banner_title => $common->{banner_title}, ); -- cgit v1.2.1