diff options
author | Stew Benedict <stewb@mandriva.org> | 2004-06-01 20:00:28 +0000 |
---|---|---|
committer | Stew Benedict <stewb@mandriva.org> | 2004-06-01 20:00:28 +0000 |
commit | ca9d38e83240e62f79edd4d456a7ff78df88b1ac (patch) | |
tree | a3b3a3df844b28e3d0a3e11932f157dd1fdc81b3 /perl-install/standalone | |
parent | 1f6fd68d6adaec099296c45003b099e8af042da9 (diff) | |
download | drakx-ca9d38e83240e62f79edd4d456a7ff78df88b1ac.tar drakx-ca9d38e83240e62f79edd4d456a7ff78df88b1ac.tar.gz drakx-ca9d38e83240e62f79edd4d456a7ff78df88b1ac.tar.bz2 drakx-ca9d38e83240e62f79edd4d456a7ff78df88b1ac.tar.xz drakx-ca9d38e83240e62f79edd4d456a7ff78df88b1ac.zip |
Really apply gui fix.
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakbackup | 6 |
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); |