diff options
author | Papoteur <papoteur@mageia.org> | 2019-02-03 22:41:49 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-02-03 22:43:38 +0100 |
commit | 708f51d4c078c5360d50c4e5995129891c3d551b (patch) | |
tree | e919e34eb909f214043d4ff3c22d48422a5fbd57 /qml/mw-ui.qml | |
parent | ef13f51356527a27e9419cb2df8d39c99242b107 (diff) | |
download | mageiawelcome-708f51d4c078c5360d50c4e5995129891c3d551b.tar mageiawelcome-708f51d4c078c5360d50c4e5995129891c3d551b.tar.gz mageiawelcome-708f51d4c078c5360d50c4e5995129891c3d551b.tar.bz2 mageiawelcome-708f51d4c078c5360d50c4e5995129891c3d551b.tar.xz mageiawelcome-708f51d4c078c5360d50c4e5995129891c3d551b.zip |
Applications: secure rpm query after installation (mga#24095)
Diffstat (limited to 'qml/mw-ui.qml')
-rw-r--r-- | qml/mw-ui.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index 996938c..30545c8 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -987,6 +987,7 @@ This is a background process and you will be able to use your computer normally target: launch onInstalled: { // get the signal to reload the applist + console.log("Reload applications list") itemModel.update_list(categoriesList.currentItem.myGroup) } } |