diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-11 16:54:07 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-11 16:54:07 +0000 |
commit | 3722cf7cf8805fca1e8828d794b7ba6ef3dac267 (patch) | |
tree | b8cbc0cf80ce88c149b29ab9d97f37bce743b243 /perl-install/standalone | |
parent | ad948518cd1c2fd2cf9cecadd68c483a61388346 (diff) | |
download | drakx-3722cf7cf8805fca1e8828d794b7ba6ef3dac267.tar drakx-3722cf7cf8805fca1e8828d794b7ba6ef3dac267.tar.gz drakx-3722cf7cf8805fca1e8828d794b7ba6ef3dac267.tar.bz2 drakx-3722cf7cf8805fca1e8828d794b7ba6ef3dac267.tar.xz drakx-3722cf7cf8805fca1e8828d794b7ba6ef3dac267.zip |
smoother gui
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakperm | 1 |
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")); |