aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/qml
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-08-12 19:16:44 +0800
committerobscuren <geffobscura@gmail.com>2014-08-12 19:16:44 +0800
commit1fa792eae7584f61624121e46dbad82484109c64 (patch)
treeecbc46c40b90ee03bac2eaa94a37119b04368ff1 /ethereal/assets/qml
parentdc3b0e170c4c5659d5534ee6b6b6db700790dfc5 (diff)
downloaddexon-1fa792eae7584f61624121e46dbad82484109c64.tar.gz
dexon-1fa792eae7584f61624121e46dbad82484109c64.tar.zst
dexon-1fa792eae7584f61624121e46dbad82484109c64.zip
Fixed reference
Diffstat (limited to 'ethereal/assets/qml')
-rw-r--r--ethereal/assets/qml/wallet.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml
index af9a61105..58d39381b 100644
--- a/ethereal/assets/qml/wallet.qml
+++ b/ethereal/assets/qml/wallet.qml
@@ -55,7 +55,7 @@ ApplicationWindow {
MenuItem {
text: "Browser"
- onTriggered: ui.openBrowser()
+ onTriggered: eth.openBrowser()
}
MenuItem {
@@ -163,7 +163,7 @@ ApplicationWindow {
id: importAppButton
text: "Browser"
onClicked: {
- ui.openBrowser()
+ eth.openBrowser()
}
}