From 708f51d4c078c5360d50c4e5995129891c3d551b Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 3 Feb 2019 22:41:49 +0100 Subject: Applications: secure rpm query after installation (mga#24095) --- qml/mw-ui.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'qml/mw-ui.qml') 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) } } -- cgit v1.2.1