aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-07-09 13:15:31 +0200
committerAngelo Naselli <anaselli@linux.it>2014-07-09 13:15:31 +0200
commit1cd05d978ae67c7efebab7ca33c35a7cc4e4e668 (patch)
tree8b001ae15cc7e68c4795ceaa2f9c5b00fc9e26f7
parentc9fcf2aed851409a227b66ee46fae5537380bfb4 (diff)
downloadcolin-keep-1cd05d978ae67c7efebab7ca33c35a7cc4e4e668.tar
colin-keep-1cd05d978ae67c7efebab7ca33c35a7cc4e4e668.tar.gz
colin-keep-1cd05d978ae67c7efebab7ca33c35a7cc4e4e668.tar.bz2
colin-keep-1cd05d978ae67c7efebab7ca33c35a7cc4e4e668.tar.xz
colin-keep-1cd05d978ae67c7efebab7ca33c35a7cc4e4e668.zip
Redefined variable
-rw-r--r--lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm b/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm
index de5bf5c..4e66853 100644
--- a/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm
+++ b/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm
@@ -771,7 +771,7 @@ sub proxy_callback {
my ($proxybutton, $proxyentry, $proxyuserbutton, $proxyuserentry, $proxypasswordentry);
$hbox = $factory->createHBox($factory->createLeft($vbox));
- my $proxybutton = $factory->createCheckBoxFrame($hbox, N("Enable proxy"), 1);
+ $proxybutton = $factory->createCheckBoxFrame($hbox, N("Enable proxy"), 1);
my $frm_vbox = $factory->createVBox( $proxybutton );
my $align = $factory->createRight($frm_vbox);
$hbox = $factory->createHBox($align);