aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xapanel.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/apanel.pl b/apanel.pl
index 6a5cd69e..a01e535f 100755
--- a/apanel.pl
+++ b/apanel.pl
@@ -42,6 +42,7 @@ while (1) {
my $launch = $mainWin->start();
if ($launch) {
+ $mainWin->destroy();
$launch->start();
undef($mainWin);
}