[ Problem ] http://suprem.sec.samsung.net/jira/browse/RWASP-1628
[ Cause ] This is a typo and 'm_navigatorToolbar' variable should be used instead of 'm_modulesToolbar
[Solution] fix by m_navigatorToolbar
Change-Id: I9e98e38780a647fe27c80d937c98f087a26ba455
Signed-off-by: cookie <cookie@samsung.com>
}
if (m_navigatorToolbar) {
evas_object_smart_callback_del(m_navigatorToolbar, "language,changed", _navigation_toolbar_language_changed);
- evas_object_del(m_modulesToolbar);
+ evas_object_del(m_navigatorToolbar);
}
if (m_genlist)
evas_object_smart_callback_del(m_genlist, "language,changed", _language_changed);