summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorStew Benedict <stewb@mandriva.org>2004-06-01 20:00:28 +0000
committerStew Benedict <stewb@mandriva.org>2004-06-01 20:00:28 +0000
commitca9d38e83240e62f79edd4d456a7ff78df88b1ac (patch)
treea3b3a3df844b28e3d0a3e11932f157dd1fdc81b3 /perl-install
parent1f6fd68d6adaec099296c45003b099e8af042da9 (diff)
downloaddrakx-backup-do-not-use-ca9d38e83240e62f79edd4d456a7ff78df88b1ac.tar
drakx-backup-do-not-use-ca9d38e83240e62f79edd4d456a7ff78df88b1ac.tar.gz
drakx-backup-do-not-use-ca9d38e83240e62f79edd4d456a7ff78df88b1ac.tar.bz2
drakx-backup-do-not-use-ca9d38e83240e62f79edd4d456a7ff78df88b1ac.tar.xz
drakx-backup-do-not-use-ca9d38e83240e62f79edd4d456a7ff78df88b1ac.zip
Really apply gui fix.
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/drakbackup6
1 files changed, 4 insertions, 2 deletions
diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup
index eff57c764..483e68284 100755
--- a/perl-install/standalone/drakbackup
+++ b/perl-install/standalone/drakbackup
@@ -3065,7 +3065,8 @@ sub restore_step2() {
my $sys_exist;
my $user_exist;
local $_;
-
+ destroy_widget();
+
my $restore_info_path = $conf{PATH_TO_SAVE};
$restore_info_path = $path_to_find_restore if $conf{USE_HD} || $conf{USE_CD};
my $info_prefix = "backup";
@@ -3275,7 +3276,8 @@ sub catalog_restore {
my $cat_entry;
my @restore_files;
my $restore_path_entry;
-
+ destroy_widget();
+
#- catalog info in tree view
my $model = Gtk2::TreeStore->new("Glib::String");
my $tree_catalog = Gtk2::TreeView->new_with_model($model);