diff options
author | Chandan <ch.kumar@samsung.com> | 2016-08-29 20:25:51 +0530 |
---|---|---|
committer | Chandan <ch.kumar@samsung.com> | 2016-08-29 21:51:47 +0530 |
commit | 4491a2062efdbfecc0af8b2f8ce6dd06704ea05b (patch) | |
tree | 739b2715778ebaf6e267445d44a0076751c9d30f /include/attach-panel-document.h | |
parent | b955d8921b288a913f207d98c2d0872a1f2701f3 (diff) | |
download | attach-panel-document-4491a2062efdbfecc0af8b2f8ce6dd06704ea05b.tar.gz attach-panel-document-4491a2062efdbfecc0af8b2f8ce6dd06704ea05b.tar.bz2 attach-panel-document-4491a2062efdbfecc0af8b2f8ce6dd06704ea05b.zip |
Applied Naming Convention and Fixed Some Updation Issuessubmit/tizen_mobile/20160831.115109accepted/tizen/mobile/20160831.225735
Change-Id: I54c54db239b75dff10f432b97c41d195adedf54a
Signed-off-by: Chandan <ch.kumar@samsung.com>
Diffstat (limited to 'include/attach-panel-document.h')
-rw-r--r-- | include/attach-panel-document.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/attach-panel-document.h b/include/attach-panel-document.h index 34415e3..c5742c1 100644 --- a/include/attach-panel-document.h +++ b/include/attach-panel-document.h @@ -25,7 +25,6 @@ extern "C" { #endif /* __cplusplus */ #define DOC_UG_RES_DIR PREFIX"/res/" -#define DOC_IMAGES_DIR DOC_UG_RES_DIR"images/"PACKAGE"/images/" #define DOC_EDJ_DIR DOC_UG_RES_DIR"edje/"PACKAGE"/" #define DOC_EDJ_FILE DOC_EDJ_DIR"attach-panel-document.edj" #define DOC_GRP_LISTVIEW "document/listview" @@ -45,7 +44,7 @@ extern "C" { #define DOC_MIME_IMAGE_ALL "image/*" #define DOC_MIME_VIDEO_ALL "video/*" -#define DOC_NAVIFRAME_POP_CB_KEY "ge_naviframe_pop_cb_key" +#define DOC_NAVIFRAME_POP_CB_KEY "doc_naviframe_pop_cb_key" #define DOC_IF_DEL_TIMER(timer) if (timer) { ecore_timer_del(timer); timer = NULL; } #define DOC_IF_DEL_IDLER(idler) if (idler) { ecore_idler_del(idler); idler = NULL; } |