summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2019-01-01 09:26:15 +0100
committerPapoteur <papoteur@mageia.org>2019-01-01 12:10:10 +0100
commit415e31257fd17ae59fd6a825ba80613ac4bb500a (patch)
treed426b8ce6ad026370b607ab749373547b87f555d /qml
parent8fa55fb9f9e902e5478be5d3c026c1e57218c87d (diff)
downloadmageiawelcome-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')
-rw-r--r--qml/mw-ui.qml2
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 {