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 8A92A18EE1 for ; Thu, 28 Jan 2016 14:53:12 +0000 (UTC) Received: (qmail 93072 invoked by uid 500); 28 Jan 2016 14:53:06 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 93026 invoked by uid 500); 28 Jan 2016 14:53:06 -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 92749 invoked by uid 99); 28 Jan 2016 14:53:06 -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 14:53:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BBE25E1126; Thu, 28 Jan 2016 14:53:05 +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 14:53:11 -0000 Message-Id: In-Reply-To: <59b54d947ace43cc8a8e3787b87f3804@git.apache.org> References: <59b54d947ace43cc8a8e3787b87f3804@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [07/12] 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/9509e621 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/tree/9509e621 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/diff/9509e621 Branch: refs/heads/master Commit: 9509e621af44ba9db296b88012c34274d0663f20 Parents: 827212f Author: David Barth Authored: Thu Jan 28 12:15:01 2016 +0100 Committer: David Barth Committed: Thu Jan 28 12:15:01 2016 +0100 ---------------------------------------------------------------------- CordovaUbuntu/CordovaViewInternal.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/blob/9509e621/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