From 3722cf7cf8805fca1e8828d794b7ba6ef3dac267 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 11 Feb 2003 16:54:07 +0000 Subject: smoother gui --- perl-install/standalone/drakperm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm index 45186a2a3..3dab291d2 100755 --- a/perl-install/standalone/drakperm +++ b/perl-install/standalone/drakperm @@ -221,6 +221,7 @@ sub row_setting_dialog { #- dlg widgets declaration my $dlg = new Gtk2::Dialog(); + $dlg->set_transient_for($w->{rwindow}) unless $::isEmbedded; my $ok = new Gtk2::Button('ok'); my $cancel = new Gtk2::Button('cancel'); my $browse = new Gtk2::Button(N("browse")); -- cgit v1.2.1