From: Jimmy Huang Date: Tue, 11 Feb 2014 23:18:53 +0000 (-0800) Subject: Make error popups by default undimissibal X-Git-Tag: accepted/tizen/ivi/20140212.213749~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F16245%2F2;p=profile%2Fivi%2FSettingsApp.git Make error popups by default undimissibal Change-Id: Ia8f7501748008ac00cc9f80a33d9e17854f4406b Signed-off-by: Jimmy Huang --- diff --git a/js/utils.js b/js/utils.js index 38992a4..eeb5c62 100644 --- a/js/utils.js +++ b/js/utils.js @@ -27,7 +27,7 @@ function showMsg(title, message) { } else { console.log(message); } - createPopupDialog(true, false, title, message); + createPopupDialog(false, false, title, message); } function showInputDialog(title, input_message, ok_button_text, cancel_button_text, ok_callback) { @@ -101,4 +101,4 @@ function showSpinner(dismiss, message) { function hideSpinner() { $.mobile.loading('hide'); -} \ No newline at end of file +} diff --git a/packaging/Settings.changes b/packaging/Settings.changes index 01031b1..1a83b7a 100644 --- a/packaging/Settings.changes +++ b/packaging/Settings.changes @@ -1,3 +1,6 @@ +* Tue Feb 11 2014 Jimmy Huang accepted/tizen/ivi/20140205.225825@87c90cb +- Make error popups by default undimissibal + * Tue Feb 11 2014 Jimmy Huang accepted/tizen/ivi/20140205.225825@41cc562 - Implements TIVI-2083, adds tethering support