summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-08-12 13:47:58 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-08-12 13:47:58 +0000
commit8152a31a3cd081e23ff05983703788a74fa90a6c (patch)
treedac3348ec472aafdf8e261c532afba30300e4c78
parent8480ba0a0cda5034f523cf386fd1b34bbc5f4831 (diff)
downloaddrakx-backup-do-not-use-8152a31a3cd081e23ff05983703788a74fa90a6c.tar
drakx-backup-do-not-use-8152a31a3cd081e23ff05983703788a74fa90a6c.tar.gz
drakx-backup-do-not-use-8152a31a3cd081e23ff05983703788a74fa90a6c.tar.bz2
drakx-backup-do-not-use-8152a31a3cd081e23ff05983703788a74fa90a6c.tar.xz
drakx-backup-do-not-use-8152a31a3cd081e23ff05983703788a74fa90a6c.zip
do pop the "do you want to install samba?" (otherwise when cancel is pressed,
drakconf thinks the install exited abnormally since no window was embedded whereas "diskdrake --smb" is normally embedded)
-rw-r--r--perl-install/diskdrake/smbnfs_gtk.pm5
1 files changed, 1 insertions, 4 deletions
diff --git a/perl-install/diskdrake/smbnfs_gtk.pm b/perl-install/diskdrake/smbnfs_gtk.pm
index 0a9af7958..39a81ee73 100644
--- a/perl-install/diskdrake/smbnfs_gtk.pm
+++ b/perl-install/diskdrake/smbnfs_gtk.pm
@@ -17,10 +17,7 @@ my ($all_hds, $in, $tree_model, $current_entry, $current_leaf, %icons);
sub main {
($in, $all_hds, my $type) = @_;
my ($kind) = $type eq 'smb' ? smb2kind() : nfs2kind();
- {
- local $ugtk2::pop_it = 1;
- $kind->check($in) or return;
- }
+ $kind->check($in) or return;
my $w = ugtk2->new('DiskDrake');