Fixing up contacts so it works by default with the OLD Contact API

This commit is contained in:
Joe Bowser 2009-11-12 12:33:11 -08:00
parent 99cdf9686d
commit 304886c7a6

View File

@ -172,7 +172,10 @@ public class ContactManager {
} }
else else
{ {
mView.loadUrl("javascript:navigator.AddressBook.fail('None found!')"); if(all)
mView.loadUrl("javascript:navigator.ContactManager.fail()");
else
mView.loadUrl("javascript:navigator.AddressBook.fail('None found!')");
} }
} }