jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=af0d850a9dbfa13a171641d9f2b6236eeafdc4da

commit af0d850a9dbfa13a171641d9f2b6236eeafdc4da
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Thu Feb 16 22:05:58 2017 +0900

    gengrid: Remove duplicated smart callbacks
    
    WRN... evas_smart.c:219 evas_smart_cb_descriptions_fix() duplicated
      smart callback description with name 'item,focused' and type ''
---
 src/lib/elementary/elm_gengrid.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/elementary/elm_gengrid.c b/src/lib/elementary/elm_gengrid.c
index 20a6d0b..f677857 100644
--- a/src/lib/elementary/elm_gengrid.c
+++ b/src/lib/elementary/elm_gengrid.c
@@ -81,8 +81,6 @@ static const Evas_Smart_Cb_Description _smart_callbacks[] = {
    {SIG_WIDGET_ACCESS_CHANGED, ""}, /**< handled by elm_widget */
    {SIG_LAYOUT_FOCUSED, ""}, /**< handled by elm_layout */
    {SIG_LAYOUT_UNFOCUSED, ""}, /**< handled by elm_layout */
-   {SIG_ITEM_FOCUSED, ""},
-   {SIG_ITEM_UNFOCUSED, ""},
 
    {NULL, NULL}
 };

-- 


Reply via email to