From 8eda95cfd17ba78c28e2e818b36a5ac8c26b1c1c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 22 Jan 2005 20:04:52 +0000 Subject: fix the various transient on {rwindow} (or even {window} ?) not working anymore on the MagicWindow (maybe the code could be simplified since it should now work even when embedded (?)) --- 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 3b680fe9a..d4c2a8ea6 100755 --- a/perl-install/standalone/drakperm +++ b/perl-install/standalone/drakperm @@ -236,7 +236,7 @@ sub row_setting_dialog { my ($iter) = @_; my $dlg = Gtk2::Dialog->new; - $dlg->set_transient_for($w->{rwindow}) unless $::isEmbedded; + $dlg->set_transient_for($w->{real_window}) unless $::isEmbedded; $dlg->set_modal(1); # $dlg->set_resizable(0); my $browse = Gtk2::Button->new(N("browse")); -- cgit v1.2.1