You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2013/06/24 20:43:07 UTC

[1/2] git commit: Buttons were disabled on WP7

Updated Branches:
  refs/heads/2.9.x 35c3eff4d -> a49b31083


Buttons were disabled on WP7


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/804b3c84
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/804b3c84
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/804b3c84

Branch: refs/heads/2.9.x
Commit: 804b3c84f0017885437eb5cbd4aa191cdfc0c390
Parents: fcec07b
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Fri Jun 21 15:23:55 2013 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Fri Jun 21 15:23:55 2013 -0700

----------------------------------------------------------------------
 common/Plugins/InAppBrowser.cs | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/804b3c84/common/Plugins/InAppBrowser.cs
----------------------------------------------------------------------
diff --git a/common/Plugins/InAppBrowser.cs b/common/Plugins/InAppBrowser.cs
index f261013..46e1384 100644
--- a/common/Plugins/InAppBrowser.cs
+++ b/common/Plugins/InAppBrowser.cs
@@ -140,7 +140,6 @@ namespace WPCordovaClassLib.Cordova.Commands
 
                             backButton.IconUri = new Uri(baseImageUrl + "appbar.back.rest.png", UriKind.Relative);
                             backButton.Click += new EventHandler(backButton_Click);
-                            backButton.IsEnabled = false;
                             bar.Buttons.Add(backButton);
 
 
@@ -148,7 +147,6 @@ namespace WPCordovaClassLib.Cordova.Commands
                             fwdButton.Text = "Forward";
                             fwdButton.IconUri = new Uri(baseImageUrl + "appbar.next.rest.png", UriKind.Relative);
                             fwdButton.Click += new EventHandler(fwdButton_Click);
-                            fwdButton.IsEnabled = false;
                             bar.Buttons.Add(fwdButton);
 
                             ApplicationBarIconButton closeBtn = new ApplicationBarIconButton();


[2/2] git commit: Merge branch '2.9.x' of https://git-wip-us.apache.org/repos/asf/cordova-wp8 into 2.9.x

Posted by pu...@apache.org.
Merge branch '2.9.x' of https://git-wip-us.apache.org/repos/asf/cordova-wp8 into 2.9.x


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/a49b3108
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/a49b3108
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/a49b3108

Branch: refs/heads/2.9.x
Commit: a49b310832600e32cf8bb6f08d6cc428de3b842d
Parents: 804b3c8 35c3eff
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Jun 24 11:42:25 2013 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Jun 24 11:42:25 2013 -0700

----------------------------------------------------------------------
 wp7/bin/create.js                           | 1 -
 wp7/template/cordovalib/CordovaView.xaml.cs | 2 +-
 wp8/template/cordovalib/CordovaView.xaml.cs | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------