summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMyungki Lee <mk5004.lee@samsung.com>2016-09-22 20:50:44 +0900
committerMyungki Lee <mk5004.lee@samsung.com>2016-09-22 21:01:59 +0900
commit1bf7e7982b71d362f885a67ebe15757ab8163f7e (patch)
treeb7a20480bf161c9c52a2c5ae363ba910bb879d24 /include
parentc5aa673bb26cf7d7194cf8b8b7f00e22fe7b32f5 (diff)
downloadnotification-1bf7e7982b71d362f885a67ebe15757ab8163f7e.tar.gz
notification-1bf7e7982b71d362f885a67ebe15757ab8163f7e.tar.bz2
notification-1bf7e7982b71d362f885a67ebe15757ab8163f7e.zip
Move notification_get_text_input_max_length to internal
- Fix typo - change range to check event_type Change-Id: I32af45dd74a5a4e9586ad6af71a78d6d40bc5f5a Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Diffstat (limited to 'include')
-rwxr-xr-xinclude/notification.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/notification.h b/include/notification.h
index ed95895..f9ba754 100755
--- a/include/notification.h
+++ b/include/notification.h
@@ -1628,12 +1628,12 @@ int notification_get_noti_block_state(notification_block_state_e *state);
return;
}
- noti_err = app_control_set_app_id(app_contorl, appid);
+ noti_err = app_control_set_app_id(app_control, appid);
if (noti_err != APP_CONTROL_ERROR_NONE) {
return;
}
- noti_err = app_control_set_operation(app_contorl, APP_CONTROL_OPERATION_DEFAULT);
+ noti_err = app_control_set_operation(app_control, APP_CONTROL_OPERATION_DEFAULT);
if (noti_err != APP_CONTROL_ERROR_NONE) {
return;
}