summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-02-11 16:54:07 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-02-11 16:54:07 +0000
commit3722cf7cf8805fca1e8828d794b7ba6ef3dac267 (patch)
treeb8cbc0cf80ce88c149b29ab9d97f37bce743b243
parentad948518cd1c2fd2cf9cecadd68c483a61388346 (diff)
downloaddrakx-backup-do-not-use-3722cf7cf8805fca1e8828d794b7ba6ef3dac267.tar
drakx-backup-do-not-use-3722cf7cf8805fca1e8828d794b7ba6ef3dac267.tar.gz
drakx-backup-do-not-use-3722cf7cf8805fca1e8828d794b7ba6ef3dac267.tar.bz2
drakx-backup-do-not-use-3722cf7cf8805fca1e8828d794b7ba6ef3dac267.tar.xz
drakx-backup-do-not-use-3722cf7cf8805fca1e8828d794b7ba6ef3dac267.zip
smoother gui
-rwxr-xr-xperl-install/standalone/drakperm1
1 files changed, 1 insertions, 0 deletions
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"));