Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 39486185C4 for ; Thu, 28 Jan 2016 11:47:23 +0000 (UTC) Received: (qmail 56394 invoked by uid 500); 28 Jan 2016 11:40:43 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 56367 invoked by uid 500); 28 Jan 2016 11:40:43 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 56243 invoked by uid 99); 28 Jan 2016 11:40:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jan 2016 11:40:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CE940E0BB6; Thu, 28 Jan 2016 11:40:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dbarth@apache.org To: commits@cordova.apache.org Date: Thu, 28 Jan 2016 11:40:45 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/5] cordova-ubuntu git commit: Use com.canonical.oxide 1.9 only, 1.10 won't work Use com.canonical.oxide 1.9 only, 1.10 won't work Project: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/commit/6efde68e Tree: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/tree/6efde68e Diff: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/diff/6efde68e Branch: refs/heads/4.3.x Commit: 6efde68e3478897e8ae2b9889ee9aefa259156bd Parents: df9c270 Author: David Barth Authored: Thu Jan 28 12:15:01 2016 +0100 Committer: David Barth Committed: Thu Jan 28 12:38:57 2016 +0100 ---------------------------------------------------------------------- CordovaUbuntu/CordovaViewInternal.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/blob/6efde68e/CordovaUbuntu/CordovaViewInternal.qml ---------------------------------------------------------------------- diff --git a/CordovaUbuntu/CordovaViewInternal.qml b/CordovaUbuntu/CordovaViewInternal.qml index 87f5fac..02dea8c 100644 --- a/CordovaUbuntu/CordovaViewInternal.qml +++ b/CordovaUbuntu/CordovaViewInternal.qml @@ -17,7 +17,7 @@ * */ import QtQuick 2.0 -import com.canonical.Oxide 1.10 +import com.canonical.Oxide 1.9 import "cordova_wrapper.js" as CordovaWrapper import Ubuntu.Components 1.0 import Ubuntu.Components.Popups 1.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org