From 531bd41d00509840cf5dfc767995549c27211341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20P=C3=A5lsson?= Date: Tue, 20 May 2014 08:31:32 +0200 Subject: Fixed bookmarks button in demoui --- demoui/qml/demoui/main.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/demoui/qml/demoui/main.qml b/demoui/qml/demoui/main.qml index 5bce072..1cc7765 100644 --- a/demoui/qml/demoui/main.qml +++ b/demoui/qml/demoui/main.qml @@ -122,7 +122,6 @@ Item { anchors.rightMargin: 1 imagesource: "../../images/bookmarks.png" onButtonClicked: { - browserinterface.getCurrentUrlAndTitle() browserinterface.addBookmark(1, "", browserinterface.title, browserinterface.url, "", "") } } -- cgit v1.2.1