diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-10-29 18:41:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-10-29 18:41:28 +0000 |
commit | 9cfe96b74aba0f2e0a374a22aac13ade6d2ad436 (patch) | |
tree | 51542216fff06eb9fe1f9d0050c8dd31f381207d | |
parent | b30635a0c41fba4b70925555104e5ee79e9391db (diff) | |
download | control-center-9cfe96b74aba0f2e0a374a22aac13ade6d2ad436.tar control-center-9cfe96b74aba0f2e0a374a22aac13ade6d2ad436.tar.gz control-center-9cfe96b74aba0f2e0a374a22aac13ade6d2ad436.tar.bz2 control-center-9cfe96b74aba0f2e0a374a22aac13ade6d2ad436.tar.xz control-center-9cfe96b74aba0f2e0a374a22aac13ade6d2ad436.zip |
refresh the icon list if some package got installed
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | control-center | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,5 @@ +- refresh the icon list if some package got installed + Version 12.16 - 27 October 2009, Thierry Vignaud - do not offer to configure the boot splash screen 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; |