diff options
author | Matteo Pasotti <matteo.pasotti@gmail.com> | 2014-01-12 00:42:43 +0100 |
---|---|---|
committer | Matteo Pasotti <matteo.pasotti@gmail.com> | 2014-01-12 00:42:43 +0100 |
commit | baff51023a13c8c14ff41efbd76523802236b090 (patch) | |
tree | 604e3e032336d179cfdbc5532e904e8561530441 | |
parent | d893b66965c89f82d575ac15ccf897786eeeb5fc (diff) | |
parent | 4d9132c823eaad7e861bad863076a17bd0b5ebfb (diff) | |
download | colin-keep-baff51023a13c8c14ff41efbd76523802236b090.tar colin-keep-baff51023a13c8c14ff41efbd76523802236b090.tar.gz colin-keep-baff51023a13c8c14ff41efbd76523802236b090.tar.bz2 colin-keep-baff51023a13c8c14ff41efbd76523802236b090.tar.xz colin-keep-baff51023a13c8c14ff41efbd76523802236b090.zip |
Merge branch 'master' of ssh://git.mageia.org/software/adminpanel
-rwxr-xr-x | apanel.pl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,7 @@ # vim: set et ts=4 sw=4: # Copyright 2012 Steven Tucker # Copyright 2013 Matteo Pasotti +# Copyright 2014 Angelo Naselli # # This file is part of AdminPanel # @@ -41,6 +42,7 @@ while (1) { my $launch = $mainWin->start(); if ($launch) { + $mainWin->destroy(); $launch->start(); undef($mainWin); } |