diff options
author | obscuren <geffobscura@gmail.com> | 2014-09-14 18:02:08 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-09-14 18:02:08 +0800 |
commit | ddefa11695f9fabaaa0a5f76fe754571829df6ec (patch) | |
tree | 36f573cb4b48c79141202b6183b884a3e59a76b0 /ethereal/assets/qml/wallet.qml | |
parent | 91ca5d724e1c65a7d9725b65ea0f003161301f63 (diff) | |
download | dexon-ddefa11695f9fabaaa0a5f76fe754571829df6ec.tar.gz dexon-ddefa11695f9fabaaa0a5f76fe754571829df6ec.tar.zst dexon-ddefa11695f9fabaaa0a5f76fe754571829df6ec.zip |
Minor updates to the new filter
Diffstat (limited to 'ethereal/assets/qml/wallet.qml')
-rw-r--r-- | ethereal/assets/qml/wallet.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml index bd4eeba1a..4d8561491 100644 --- a/ethereal/assets/qml/wallet.qml +++ b/ethereal/assets/qml/wallet.qml @@ -76,7 +76,7 @@ ApplicationWindow { return views.view } catch(e) { - eth.note(e) + ethx.note(e) } } |