summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoryoungsub ko <ys4610.ko@samsung.com>2012-08-21 18:18:46 +0900
committeryoungsub ko <ys4610.ko@samsung.com>2012-08-21 21:22:31 +0900
commit727ebe6820e16937c07f77ad92d9c467afaa8430 (patch)
tree28b482d83bb99f4b95fbdb1a0344f8043038ec0c /src
parent781b07c37a0f3ced0734a62459afad04cb7e94eb (diff)
downloadnotification-master.tar.gz
notification-master.tar.bz2
notification-master.zip
Change-Id: I29dc9a39d5b4fd3b723e068f88f0806fcfc87151
Diffstat (limited to 'src')
-rwxr-xr-x[-rw-r--r--]src/notification.c15
-rwxr-xr-x[-rw-r--r--]src/notification_db.c2
-rwxr-xr-x[-rw-r--r--]src/notification_group.c2
-rwxr-xr-x[-rw-r--r--]src/notification_list.c2
-rwxr-xr-x[-rw-r--r--]src/notification_noti.c2
-rwxr-xr-x[-rw-r--r--]src/notification_ongoing.c2
6 files changed, 6 insertions, 19 deletions
diff --git a/src/notification.c b/src/notification.c
index 90f2314..b474142 100644..100755
--- a/src/notification.c
+++ b/src/notification.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Contact: Jeonghoon Park <jh1979.park@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com>
+ * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -926,19 +926,6 @@ EXPORT_API notification_error_e notification_get_text(notification_h noti,
return NOTIFICATION_ERROR_INVALID_DATA;
}
- /* Check content display option of setting */
- if (type == NOTIFICATION_TEXT_TYPE_CONTENT
- || type == NOTIFICATION_TEXT_TYPE_GROUP_CONTENT) {
- ret =
- vconf_get_bool
- (VCONFKEY_SETAPPL_STATE_TICKER_NOTI_DISPLAY_CONTENT_BOOL,
- &boolval);
- if (ret == -1 || boolval == 0) {
- /* Set flag as display option is OFF */
- //display_option_flag = 1;
- }
- }
-
/* Check key */
if (noti->b_key != NULL) {
b = noti->b_key;
diff --git a/src/notification_db.c b/src/notification_db.c
index 4c722f7..6cfa2d6 100644..100755
--- a/src/notification_db.c
+++ b/src/notification_db.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Contact: Jeonghoon Park <jh1979.park@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com>
+ * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/notification_group.c b/src/notification_group.c
index 03c3e14..507e6bc 100644..100755
--- a/src/notification_group.c
+++ b/src/notification_group.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Contact: Jeonghoon Park <jh1979.park@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com>
+ * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/notification_list.c b/src/notification_list.c
index db28842..e516029 100644..100755
--- a/src/notification_list.c
+++ b/src/notification_list.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Contact: Jeonghoon Park <jh1979.park@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com>
+ * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/notification_noti.c b/src/notification_noti.c
index 9b06beb..c379ce7 100644..100755
--- a/src/notification_noti.c
+++ b/src/notification_noti.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Contact: Jeonghoon Park <jh1979.park@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com>
+ * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/notification_ongoing.c b/src/notification_ongoing.c
index 0800883..f248bc1 100644..100755
--- a/src/notification_ongoing.c
+++ b/src/notification_ongoing.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Contact: Jeonghoon Park <jh1979.park@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com>
+ * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.