Bug 616513 - Fennec crashes with Simeji IME. r=crowder a=blocking-fennec DONTBUILD

--HG--
extra : rebase_source : b2f45c8f73d2564ac4d9668cc5bd77fa94b9d84b
This commit is contained in:
Matt Brubeck 2010-12-03 10:10:26 -08:00
parent adb8367c39
commit b81f279700

View File

@ -200,7 +200,7 @@ public class GeckoInputConnection
switch (id) {
case R.id.selectAll:
setSelection(0, mUpdateExtract.text.length());
setSelection(0, text.length());
break;
case R.id.cut:
// Fill the clipboard