projects
/
platform
/
core
/
uifw
/
ui-viewmgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f554a01
)
ui_standard_view: fix typo in ui_standard_view_unset_title_left_btn().
82/91982/1
author
Hermet Park
<hermet@hermet.pe.kr>
Wed, 12 Oct 2016 11:48:24 +0000
(20:48 +0900)
committer
Hermet Park
<hermet@hermet.pe.kr>
Wed, 12 Oct 2016 11:48:24 +0000
(20:48 +0900)
Change-Id: I6cf21ce29f4a8225c220a9741414ac294aac1808
src/lib/efl/mobile/c/ui_standard_view.cpp
patch
|
blob
|
history
diff --git
a/src/lib/efl/mobile/c/ui_standard_view.cpp
b/src/lib/efl/mobile/c/ui_standard_view.cpp
index d66f5e7d4a8ce8f39a41660b7d4d2d8f51fe25a6..4c0dff3b7411eefb66c80e022d6fcedea7fc77fa 100644
(file)
--- a/
src/lib/efl/mobile/c/ui_standard_view.cpp
+++ b/
src/lib/efl/mobile/c/ui_standard_view.cpp
@@
-295,7
+295,7
@@
EAPI Elm_Button *ui_standard_view_unset_title_left_btn(ui_standard_view *view)
ui_standard_view_capi *capi_view = validate_view(view);
if (!capi_view) return nullptr;
- return capi_view->unsetTitle
Righ
tBtn();
+ return capi_view->unsetTitle
Lef
tBtn();
}
EAPI int ui_standard_view_set_toolbar(ui_standard_view *view, Elm_Toolbar *toolbar)