Harmattan Config UI modifications
[vicar] / src / vicar-config-qml / qml / vicarconfigqml / main.qml
index 8dbf557..bfc0a02 100644 (file)
@@ -26,7 +26,7 @@ PageStackWindow {
         ToolIcon {
             platformIconId: "toolbar-view-menu"
             anchors.right: (parent === undefined) ? undefined : parent.right
-            onClicked: (myMenu.status == DialogStatus.Closed) ? myMenu.open() : myMenu.close()
+            onClicked: (myMenu.status === DialogStatus.Closed) ? myMenu.open() : myMenu.close()
         }
     }