aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AdminPanel/Shared
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-06-24 16:17:09 +0200
committerAngelo Naselli <anaselli@linux.it>2014-06-24 16:17:09 +0200
commitdb29547aacdb5d3899affe022c3f351a04a790a6 (patch)
treeadc040d1d7f0305b62ce2977228ff7ec03b26118 /lib/AdminPanel/Shared
parentf30b6901ddffa5e2a523f2b23953788d55286006 (diff)
downloadcolin-keep-db29547aacdb5d3899affe022c3f351a04a790a6.tar
colin-keep-db29547aacdb5d3899affe022c3f351a04a790a6.tar.gz
colin-keep-db29547aacdb5d3899affe022c3f351a04a790a6.tar.bz2
colin-keep-db29547aacdb5d3899affe022c3f351a04a790a6.tar.xz
colin-keep-db29547aacdb5d3899affe022c3f351a04a790a6.zip
SILENT: removed breakpoint
Diffstat (limited to 'lib/AdminPanel/Shared')
-rw-r--r--lib/AdminPanel/Shared/GUI.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AdminPanel/Shared/GUI.pm b/lib/AdminPanel/Shared/GUI.pm
index f5fdc43..7108bec 100644
--- a/lib/AdminPanel/Shared/GUI.pm
+++ b/lib/AdminPanel/Shared/GUI.pm
@@ -687,7 +687,6 @@ sub ask_fromTreeList {
last;
}
elsif ($widget == $selectButton) {
- $DB::single = 1;
my $item = $treeWidget->selectedItem();
if ($info->{skip_path} && $info->{skip_path} != 0) {
$choice = $item->label() if ($item);