From ae728969f2c0c4d6e4d0c6845f434bdead7c22df Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 2 May 2005 08:32:57 +0000 Subject: embedding cleanups resulting in reusing main window icon in sub dialogs --- perl-install/standalone/drakperm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakperm') diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm index 6352f003f..2b0ee0900 100755 --- a/perl-install/standalone/drakperm +++ b/perl-install/standalone/drakperm @@ -236,7 +236,7 @@ sub row_setting_dialog { my ($title, $o_iter) = @_; my $dlg = Gtk2::Dialog->new; - $dlg->set_transient_for($w->{real_window}) unless $::isEmbedded; + $dlg->set_transient_for($w->{real_window}); $dlg->set_title($title); $dlg->set_modal(1); # $dlg->set_resizable(0); -- cgit v1.2.1