summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakups
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-08-02 08:08:46 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-08-02 08:08:46 +0000
commit7e0526707e0f0680c819556631ba45d4f04ed52b (patch)
tree6635ee31e3577811675f09524fbbef5d31e16b40 /perl-install/standalone/drakups
parent68296e441de7b8c2d4f4a12eedc5328034c338cc (diff)
downloaddrakx-7e0526707e0f0680c819556631ba45d4f04ed52b.tar
drakx-7e0526707e0f0680c819556631ba45d4f04ed52b.tar.gz
drakx-7e0526707e0f0680c819556631ba45d4f04ed52b.tar.bz2
drakx-7e0526707e0f0680c819556631ba45d4f04ed52b.tar.xz
drakx-7e0526707e0f0680c819556631ba45d4f04ed52b.zip
clean spacing
Diffstat (limited to 'perl-install/standalone/drakups')
-rwxr-xr-xperl-install/standalone/drakups4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakups b/perl-install/standalone/drakups
index e713c6434..d6e55eb24 100755
--- a/perl-install/standalone/drakups
+++ b/perl-install/standalone/drakups
@@ -309,7 +309,7 @@ my $_msg = N("Welcome to the UPS configuration tools");
$w->{window}->add(gtkpack_(Gtk2::VBox->new,
0, Gtk2::Banner->new('drakups', N("DrakUPS")),
1, my $nb = Gtk2::Notebook->new,
- 0, create_okcancel( my $oc =
+ 0, create_okcancel(my $oc =
{
ok_clicked => sub {
#$_->{save}->() foreach @pages;
@@ -348,7 +348,7 @@ foreach my $i (@pages) {
})
} ([ 'add', N("Add"), $i->{callbacks}{add} || \&add_callback ],
[ 'edit', N("Edit"), \&edit_callback ],
- [ 'remove', N("Remove"), \&del_callback],
+ [ 'remove', N("Remove"), \&del_callback ],
)
)
#(map {