aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/qml/main.qml
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-29 03:50:09 +0800
committerobscuren <geffobscura@gmail.com>2015-01-29 03:50:09 +0800
commitcebb149f5cfaf008240d7069fd220401950cc7ee (patch)
treedde8eab94655c68893ebf110395d28ce8ef43ec2 /cmd/mist/assets/qml/main.qml
parent1c51e12c181fb781cafaf34fc8dd2cb07fd85df7 (diff)
downloadgo-tangerine-cebb149f5cfaf008240d7069fd220401950cc7ee.tar
go-tangerine-cebb149f5cfaf008240d7069fd220401950cc7ee.tar.gz
go-tangerine-cebb149f5cfaf008240d7069fd220401950cc7ee.tar.bz2
go-tangerine-cebb149f5cfaf008240d7069fd220401950cc7ee.tar.lz
go-tangerine-cebb149f5cfaf008240d7069fd220401950cc7ee.tar.xz
go-tangerine-cebb149f5cfaf008240d7069fd220401950cc7ee.tar.zst
go-tangerine-cebb149f5cfaf008240d7069fd220401950cc7ee.zip
removed key while in the process of moving to the new key storage
Diffstat (limited to 'cmd/mist/assets/qml/main.qml')
-rw-r--r--cmd/mist/assets/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mist/assets/qml/main.qml b/cmd/mist/assets/qml/main.qml
index bc579ddfa..b8e56cd8b 100644
--- a/cmd/mist/assets/qml/main.qml
+++ b/cmd/mist/assets/qml/main.qml
@@ -109,7 +109,7 @@ ApplicationWindow {
}
function newBrowserTab(url) {
- var window = addPlugin("./views/browser2.qml", {noAdd: true, close: true, section: "apps", active: true});
+ var window = addPlugin("./views/browser.qml", {noAdd: true, close: true, section: "apps", active: true});
window.view.url = url;
window.menuItem.title = "Browser Tab";
activeView(window.view, window.menuItem);