diff options
author | Stew Benedict <stewb@mandriva.org> | 2004-03-08 14:54:50 +0000 |
---|---|---|
committer | Stew Benedict <stewb@mandriva.org> | 2004-03-08 14:54:50 +0000 |
commit | ff4d64653b469d92fd2a1733730e91c1e17e6714 (patch) | |
tree | 8b078f7df2f4e990ae5f63a28708c2a938b1f000 | |
parent | 9fa10e2fcf966bb906e66b5976c0b7ec835577bf (diff) | |
download | drakx-ff4d64653b469d92fd2a1733730e91c1e17e6714.tar drakx-ff4d64653b469d92fd2a1733730e91c1e17e6714.tar.gz drakx-ff4d64653b469d92fd2a1733730e91c1e17e6714.tar.bz2 drakx-ff4d64653b469d92fd2a1733730e91c1e17e6714.tar.xz drakx-ff4d64653b469d92fd2a1733730e91c1e17e6714.zip |
UI coherency (#8675).
-rwxr-xr-x | perl-install/standalone/drakbackup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup index 305efd78e..880e91917 100755 --- a/perl-install/standalone/drakbackup +++ b/perl-install/standalone/drakbackup @@ -4427,7 +4427,8 @@ sub build_backup_box() { 1, new Gtk2::VBox(0, 5), 1, gtksignal_connect(my $button_from_conf_file = Gtk2::Button->new, clicked => sub { destroy_widget(); - build_backup_box_see_conf(); + build_backup_status(); + build_backup_files(); }), 0, new Gtk2::VBox(0, 5), 1, gtksignal_connect(my $button_see_conf = Gtk2::Button->new, clicked => sub { |