diff options
author | Angelo Naselli <anaselli@linux.it> | 2014-07-20 11:51:11 +0200 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2014-07-20 11:51:11 +0200 |
commit | 481cec44090a8391faa43dc24c2e4cad661cbb28 (patch) | |
tree | e83e1bc1386fae72a8e9706e83af4b57e95fc37c /lib | |
parent | a10cdecb4a7fb010e73ef04d80027286cb5673a7 (diff) | |
download | manatools-481cec44090a8391faa43dc24c2e4cad661cbb28.tar manatools-481cec44090a8391faa43dc24c2e4cad661cbb28.tar.gz manatools-481cec44090a8391faa43dc24c2e4cad661cbb28.tar.bz2 manatools-481cec44090a8391faa43dc24c2e4cad661cbb28.tar.xz manatools-481cec44090a8391faa43dc24c2e4cad661cbb28.zip |
cleaned code
Diffstat (limited to 'lib')
-rw-r--r-- | lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm b/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm index 2518509c..0891f955 100644 --- a/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm +++ b/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm @@ -1664,12 +1664,7 @@ sub mainwindow() { $dialog->recalcLayout(); $dialog->doneMultipleChanges(); yui::YUI::app()->normalCursor(); - - } - -# my $sel = $mirrorTbl->selectedItem(); -# print " ITEM #" . $sel->index() . " -> " .$sel->label() . "\n" if $sel; } elsif ($widget == $remButton) { yui::YUI::app()->busyCursor(); @@ -1684,7 +1679,6 @@ sub mainwindow() { $dialog->recalcLayout(); $dialog->doneMultipleChanges(); yui::YUI::app()->normalCursor(); - } elsif ($widget == $mirrorTbl) { my $sel = $mirrorTbl->selectedItems(); |