patch: fix small mistakes on the patches
authorYoumin Ha <youmin.ha@samsung.com>
Sun, 7 Apr 2013 09:55:55 +0000 (18:55 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Wed, 10 Apr 2013 14:57:34 +0000 (23:57 +0900)
Fixed small mistakes, file permission, and file name in the patches.

Change-Id: I1d53eec38d56db0f8c6de936ddbe86dddb57e323

libs/patch/0034-JQM-Support-accessibility-for-page-section.patch
libs/patch/0040-JQM-navigation-fix.patch [moved from libs/patch/0040-navigation-fix.patch with 98% similarity]

index 8ed35e3..60eb092 100644 (file)
@@ -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 );
                                }
                        }
  
similarity index 98%
rename from libs/patch/0040-navigation-fix.patch
rename to libs/patch/0040-JQM-navigation-fix.patch
index 740bca3..91c5a3f 100644 (file)
@@ -1,7 +1,7 @@
 From 35377ae9b70887b91d20b1898dbf903a3a28d03a Mon Sep 17 00:00:00 2001
 From: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
 Date: Wed, 3 Apr 2013 12:52:54 +0200
-Subject: [PATCH] navigation-fix
+Subject: [PATCH] JQM: navigation-fix
 
 Change-Id: Id1713bdcb51129043f520e164bf5fbe6fe67727f
 ---