X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=qml%2Fubi%2FFilesPage.qml;fp=qml%2Fubi%2FFilesPage.qml;h=279151027cf37f7dc6eeb808ff9ef24e517c7fc4;hb=12fa834ba72b60dc513b8a9cea839b8e8974a53f;hp=5a55fa83adb5357b253de08484c2fd5c8b44935b;hpb=cdf749f330f12e26393380d7300f57660697f6d3;p=ubi diff --git a/qml/ubi/FilesPage.qml b/qml/ubi/FilesPage.qml index 5a55fa8..2791510 100644 --- a/qml/ubi/FilesPage.qml +++ b/qml/ubi/FilesPage.qml @@ -291,11 +291,9 @@ Page { placeholderText: root.name onOpened: { reset(); - Utils.setOrientation("auto"); } onClosed: { mask.state = "idle"; - Utils.setOrientation(root.orientation); var r = trim(resp); if(r!="") { mask.state = "busy"; @@ -306,9 +304,6 @@ Page { tip.show(qsTr("Invalid folder name!")) } } - onCanceled: { - Utils.setOrientation(root.orientation); - } } DialogInput { @@ -319,10 +314,8 @@ Page { placeholderText: "" onOpened: { reset(); - Utils.setOrientation("auto"); } onClosed: { - Utils.setOrientation(root.orientation); var r = trim(resp); if(r!="") { mask.state = "busy"; @@ -337,9 +330,6 @@ Page { tip.show(qsTr("Invalid folder name!")) } } - onCanceled: { - Utils.setOrientation(root.orientation); - } } TaskMenu {