Fixes TIVI-2484 - Back button in language has no function 08/14508/1 accepted/tizen/ivi/20140106.204303 submit/tizen/20140106.200008 submit/tizen/20140108.022345 submit/tizen_ivi_release/20140108.030030
authorJimmy Huang <jimmy.huang@intel.com>
Mon, 6 Jan 2014 19:50:29 +0000 (11:50 -0800)
committerJimmy Huang <jimmy.huang@intel.com>
Mon, 6 Jan 2014 19:51:58 +0000 (11:51 -0800)
Change-Id: I9be7612f756ea7688e8d440ade69c8757352e579
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
js/panel-locale.js
packaging/Settings.changes

index a4d1941..cb38357 100644 (file)
@@ -61,7 +61,7 @@ function localePageReload() {
         var locale = tizen.locale.getLocale();
         var language = localeToLanguage(locale);
         if (!locale) {
-            showMessage('Error', 'Failed to get current locale');
+            console.error('Failed to get current locale');
         }
 
         console.log('Current locale is set to ' + locale);
index bede446..7d7d249 100644 (file)
@@ -1,3 +1,6 @@
+* Mon Jan 06 2014 Jimmy Huang <jimmy.huang@intel.com> accepted/tizen/20131212.205817@be0921c
+- Fixes TIVI-2484 - Back button in language has no function
+
 * Mon Jan 06 2014 Jimmy Huang <jimmy.huang@intel.com> accepted/tizen/20131212.205817@bd85ecc
 - Fixed bug where cancel button in locale setttings does nothing