summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSemun Lee <sm79.lee@samsung.com>2016-07-09 14:39:04 +0900
committerSemun Lee <sm79.lee@samsung.com>2016-07-09 14:39:04 +0900
commit4e96eb8a4e6f8b0affff7bff75f32aebc5450111 (patch)
tree967d01d28ad3542cd01d6b9299e9244ca602cdb1
parenta924210e2d1668cb8705f8b4b2dc08b1cff3fb62 (diff)
downloadnotification-accepted/tizen/tv/20160709.071953.tar.gz
notification-accepted/tizen/tv/20160709.071953.tar.bz2
notification-accepted/tizen/tv/20160709.071953.zip
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>
-rwxr-xr-xsrc/notification_internal.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/notification_internal.c b/src/notification_internal.c
index 28d6fb8..26cbbc5 100755
--- a/src/notification_internal.c
+++ b/src/notification_internal.c
@@ -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;
}