aboutsummaryrefslogtreecommitdiffstats
path: root/apanel.pl
diff options
context:
space:
mode:
Diffstat (limited to 'apanel.pl')
-rwxr-xr-xapanel.pl5
1 files changed, 1 insertions, 4 deletions
diff --git a/apanel.pl b/apanel.pl
index c6148c73..e2042dad 100755
--- a/apanel.pl
+++ b/apanel.pl
@@ -43,10 +43,7 @@ while ($launch) {
$mainWin->destroy();
undef($mainWin);
- my $err = yui::YUI::app()->runInTerminal("$launch --ncurses");
- if ($err == -1) {
- system($launch);
- }
+ $launch->start();
$mainWin = new MainDisplay();
$launch = $mainWin->start();