From: Youmin Ha Date: Sun, 7 Apr 2013 09:55:55 +0000 (+0900) Subject: patch: fix small mistakes on the patches X-Git-Tag: accepted/tizen_2.1/20130425.023924~2^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d1168a17cd9f224baa00cfab38fe44001798cc5;p=platform%2Fframework%2Fweb%2Fweb-ui-fw.git patch: fix small mistakes on the patches Fixed small mistakes, file permission, and file name in the patches. Change-Id: I1d53eec38d56db0f8c6de936ddbe86dddb57e323 --- diff --git a/libs/patch/0034-JQM-Support-accessibility-for-page-section.patch b/libs/patch/0034-JQM-Support-accessibility-for-page-section.patch index 8ed35e3..60eb092 100644 --- a/libs/patch/0034-JQM-Support-accessibility-for-page-section.patch +++ b/libs/patch/0034-JQM-Support-accessibility-for-page-section.patch @@ -37,7 +37,7 @@ index e00684c..1a7b373 100644 + .buttonMarkup( { icon: "header-back-btn", theme: o.backBtnTheme || thisTheme } ); + + backBtn.find( ".ui-btn-text" ).text( o.backBtnText ); -+ backBtn.appendTo( $dest ); ++ backBtn.appendTo( $dest ); } } diff --git a/libs/patch/0040-navigation-fix.patch b/libs/patch/0040-JQM-navigation-fix.patch similarity index 98% rename from libs/patch/0040-navigation-fix.patch rename to libs/patch/0040-JQM-navigation-fix.patch index 740bca3..91c5a3f 100644 --- a/libs/patch/0040-navigation-fix.patch +++ b/libs/patch/0040-JQM-navigation-fix.patch @@ -1,7 +1,7 @@ From 35377ae9b70887b91d20b1898dbf903a3a28d03a Mon Sep 17 00:00:00 2001 From: Przemyslaw Ciezkowski Date: Wed, 3 Apr 2013 12:52:54 +0200 -Subject: [PATCH] navigation-fix +Subject: [PATCH] JQM: navigation-fix Change-Id: Id1713bdcb51129043f520e164bf5fbe6fe67727f ---