diff options
author | Papoteur <papoteur@mageia.org> | 2019-01-01 09:26:15 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-01-01 12:10:10 +0100 |
commit | 415e31257fd17ae59fd6a825ba80613ac4bb500a (patch) | |
tree | d426b8ce6ad026370b607ab749373547b87f555d /qml/mw-ui.qml | |
parent | 8fa55fb9f9e902e5478be5d3c026c1e57218c87d (diff) | |
download | mageiawelcome-415e31257fd17ae59fd6a825ba80613ac4bb500a.tar mageiawelcome-415e31257fd17ae59fd6a825ba80613ac4bb500a.tar.gz mageiawelcome-415e31257fd17ae59fd6a825ba80613ac4bb500a.tar.bz2 mageiawelcome-415e31257fd17ae59fd6a825ba80613ac4bb500a.tar.xz mageiawelcome-415e31257fd17ae59fd6a825ba80613ac4bb500a.zip |
Applications: use correct repo data
Diffstat (limited to 'qml/mw-ui.qml')
-rw-r--r-- | qml/mw-ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index 105f83f..c4f3444 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -659,7 +659,7 @@ Rectangle { color: "white" } } - sourceComponent: ( pyinstallable.installable(name, inst_repo)) ? button : (command === "" ? dummy : launcher) + sourceComponent: ( pyinstallable.installable(name, repo)) ? button : (command === "" ? dummy : launcher) } Loader { |