12/07/2009, 09:06 PM
|
#20 (permalink)
|
|
Legend
Join Date: May 2005
Location: Winnipeg, MB, Canada
Posts: 3,883
Likes Received: 496
Thanks: 801
Thanked 12,953 Times in 1,495 Posts
|
Quote:
Originally Posted by mike_pre
OK, I have 2 patches I created, 1 for each file, and they work great individually, now I want them to put them together. I am having troubles with this....My combination patch looks like this where the 2 meet...
Email.kSubjectPrefixRe = $L("Re: ");
Email.kSubjectPrefixFw = $L("Fw: ");
--- .orig/usr/palm/applications/com.palm.app.email/app/controllers/compose-assistant. js
+++ /usr/palm/applications/com.palm.app.email/app/controllers/compose-assistant. js
@@ -712,7 +712,8 @@
var editor = controller.get('msg_rte');
Where the Email.kSubjectPrefixFw = $L("Fw: "); line is the last line in the first patch file and var editor = controller.get('msg_rte'); is the first line in the second patch. I have tried many different combinations and keep getting hunk failures no matter how I join the 2 files.
|
can you email me the patches for me to take a quick look (one after the other should work)? support [at] canuck-software [dot] ca
__________________
If you've liked my software, please consider to towards future development.
Developer of many apps such as: WebOS Quick Install, WebOS Theme Builder, Ipk Packager, Unified Diff Creator, Internalz Pro, ComicShelf HD, LED Torch, over 70 patches and more.
@JayCanuck @CanuckCoding Facebook
|
|
|