seoz pushed a commit to branch master.

commit 38aef1f00f82b0a12ea22b03a7bd34890d8e14ee
Author: Daniel Juyung Seo <[email protected]>
Date:   Thu Apr 18 01:08:13 2013 +0900

    test_genlist.c: printed more information to reveal the bug of commit 
cea8e755dbf9b062bb1e6d7a89fbf4c590b8f6b3.
---
 src/bin/test_genlist.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/test_genlist.c b/src/bin/test_genlist.c
index 16dc738..37dcebe 100644
--- a/src/bin/test_genlist.c
+++ b/src/bin/test_genlist.c
@@ -2555,7 +2555,8 @@ gl15_normal_mode(void *data, Evas_Object *obj __UNUSED__, 
void *event_info __UNU
 
 void gl15_del(void *data __UNUSED__, Evas_Object *obj __UNUSED__)
 {
-   printf("item deleted.\n");
+   Testitem *ti = data;
+   printf("item deleted. (# %d)\n", ti->mode);
 }
 
 static Elm_Genlist_Item_Class *itc15;

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to