genlist : fix build warning. function returns wrong type
authorSangHyeon Jade Lee <sh10233.lee@samsung.com>
Thu, 13 Feb 2020 10:18:02 +0000 (19:18 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Thu, 13 Feb 2020 21:48:01 +0000 (06:48 +0900)
Change-Id: I5b1b44d419ed01ab018222cbe139d9f4d7d5eff8
Signed-off-by: SangHyeon Jade Lee <sh10233.lee@samsung.com>
src/lib/elementary_tizen/elm_genlist.c

index f2ed941..c8bfd21 100644 (file)
@@ -3798,7 +3798,7 @@ _item_select(Elm_Gen_Item *it)
         if (sd->selecting_item && it == sd->selecting_item)
           {
              evas_object_unref(obj);
-             return;
+             return EINA_FALSE;
           }
      }
    //