projects
/
profile
/
wearable
/
apps
/
native
/
gallery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a24da6d
)
[Gallery] Hot-fix. Fixed non working more option in Thumbnail Page.
06/134106/1
author
Igor Nazarov
<i.nazarov@samsung.com>
Wed, 14 Jun 2017 14:35:23 +0000
(17:35 +0300)
committer
Igor Nazarov
<i.nazarov@samsung.com>
Wed, 14 Jun 2017 14:35:23 +0000
(17:35 +0300)
Change-Id: Ib2c768ff5eb91361d10f6c47ac75c8efc84c63c2
src/presenters/ThumbnailPage.cpp
patch
|
blob
|
history
diff --git
a/src/presenters/ThumbnailPage.cpp
b/src/presenters/ThumbnailPage.cpp
index 4d96ab69d2909c13eda977b62c67a3facf92a4cf..65e51f34006329c73dc3580586b42259e7d5388f 100644
(file)
--- a/
src/presenters/ThumbnailPage.cpp
+++ b/
src/presenters/ThumbnailPage.cpp
@@
-217,6
+217,8
@@
namespace gallery {
m_album->addChangeHandler(WEAK_DELEGATE(
ThumbnailPage::onAlbumChanged, asWeak(*this)));
+ m_more->setListener(asWeakThis<MoreOptionsPresenter::IListener>(this));
+
m_atspiHelper->setEventHandler(WEAK_DELEGATE(
ThumbnailPage::onAtspiHighlight, asWeak(*this)));