diff options
| author | Angelo Naselli <anaselli@linux.it> | 2014-07-09 13:15:31 +0200 |
|---|---|---|
| committer | Angelo Naselli <anaselli@linux.it> | 2014-07-09 13:15:31 +0200 |
| commit | 1cd05d978ae67c7efebab7ca33c35a7cc4e4e668 (patch) | |
| tree | 8b001ae15cc7e68c4795ceaa2f9c5b00fc9e26f7 | |
| parent | c9fcf2aed851409a227b66ee46fae5537380bfb4 (diff) | |
| download | manatools-1cd05d978ae67c7efebab7ca33c35a7cc4e4e668.tar manatools-1cd05d978ae67c7efebab7ca33c35a7cc4e4e668.tar.gz manatools-1cd05d978ae67c7efebab7ca33c35a7cc4e4e668.tar.bz2 manatools-1cd05d978ae67c7efebab7ca33c35a7cc4e4e668.tar.xz manatools-1cd05d978ae67c7efebab7ca33c35a7cc4e4e668.zip | |
Redefined variable
| -rw-r--r-- | lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm | 2 |
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 de5bf5c3..4e668533 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); |
