summaryrefslogtreecommitdiffstats
path: root/control-center
diff options
context:
space:
mode:
Diffstat (limited to 'control-center')
-rwxr-xr-xcontrol-center2
1 files changed, 2 insertions, 0 deletions
diff --git a/control-center b/control-center
index 377a3673..f24eba53 100755
--- a/control-center
+++ b/control-center
@@ -1343,6 +1343,8 @@ sub sig_child {
@pid_launched = grep { $_ ne $child_pid } @pid_launched;
if ($child_pid == $gurpmi_pid) {
undef $gurpmi_pid;
+ build_list();
+ load_view();
}
}
undef $pid_exp if $pid_exp eq $child_pid;