| Index: adblockplussbrowser/src/org/adblockplus/sbrowser/contentblocker/WhitelistedWebsitesPreferenceCategory.java |
| =================================================================== |
| --- a/adblockplussbrowser/src/org/adblockplus/sbrowser/contentblocker/WhitelistedWebsitesPreferenceCategory.java |
| +++ b/adblockplussbrowser/src/org/adblockplus/sbrowser/contentblocker/WhitelistedWebsitesPreferenceCategory.java |
| @@ -89,17 +89,17 @@ public class WhitelistedWebsitesPreferen |
| public void onClick(DialogInterface dialog, int which) |
| { |
| removeWhitelistedWebsite(url); |
| } |
| }); |
| this.addPreference(whitelistedWebsitePreference); |
| } |
| - final UrlInputOpenerPreference urlPreference = new UrlInputOpenerPreference(this.getContext()); |
| + final UrlInputOpenerPreference urlPreference = new UrlInputOpenerPreference(this.getContext(), true); |
| urlPreference.setTitle(R.string.whitelisted_websites_add_button); |
| urlPreference.setDialogTitle(R.string.whitelist_website_dialog_title); |
| urlPreference.setDialogMessage(R.string.whitelist_website_dialog_message); |
| urlPreference.getEditText().setHint(R.string.whitelist_website_dialog_hint); |
| urlPreference.setOnUrlReadyListener(new UrlInputOpenerPreference.OnUrlReadyListener() |
| { |
| @Override |
| public void onUrlReady(String url) |