Don't remove key strings for localization 23/79223/1 accepted/tizen/common/20160711.165742 accepted/tizen/ivi/20160709.072027 accepted/tizen/mobile/20160709.071936 accepted/tizen/tv/20160709.071953 accepted/tizen/wearable/20160709.072010 submit/tizen/20160709.055434
authorSemun Lee <sm79.lee@samsung.com>
Sat, 9 Jul 2016 05:39:04 +0000 (14:39 +0900)
committerSemun Lee <sm79.lee@samsung.com>
Sat, 9 Jul 2016 05:39:04 +0000 (14:39 +0900)
notification viewer (quickpanel) may use the keys for localizing
when the language setting is changed in runtime.

Change-Id: Ifbf7299a3d27b0e06ca20c99feb00cd2dbacd6e2
Signed-off-by: Semun Lee <sm79.lee@samsung.com>
src/notification_internal.c

index 28d6fb8..26cbbc5 100755 (executable)
@@ -398,11 +398,6 @@ EXPORT_API int notification_translate_localized_text(notification_h noti)
                }
        }
 
-       if (noti->b_key) {
-               bundle_free(noti->b_key);
-               noti->b_key = NULL;
-       }
-
        return noti_err;
 }