projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b72db5c
)
genlist: removed printf from commit. b72db5c19
author
Amitesh Singh
<singh.amitesh@gmail.com>
Sun, 23 Mar 2014 16:20:46 +0000
(
01:20
+0900)
committer
Daniel Juyung Seo
<seojuyung2@gmail.com>
Sun, 23 Mar 2014 16:20:46 +0000
(
01:20
+0900)
Reviewers: seoz
Reviewed By: seoz
CC: seoz
Differential Revision: https://phab.enlightenment.org/D652
src/lib/elm_genlist.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_genlist.c
b/src/lib/elm_genlist.c
index
f8d03bd
..
9df255e
100644
(file)
--- a/
src/lib/elm_genlist.c
+++ b/
src/lib/elm_genlist.c
@@
-2418,7
+2418,6
@@
_item_single_select_up(Elm_Genlist_Smart_Data *sd)
prev = (Elm_Gen_Item *)elm_genlist_item_prev_get
(sd->last_selected_item);
- printf("last %p prev %p\n", sd->last_selected_item, prev);
while (prev)
{
if ((prev->generation == sd->generation) &&
@@
-2427,7
+2426,6
@@
_item_single_select_up(Elm_Genlist_Smart_Data *sd)
prev = ELM_GEN_ITEM_FROM_INLIST(EINA_INLIST_GET(prev)->prev);
}
- printf("prev %p\n", prev);
if (!prev) return EINA_FALSE;
_all_items_deselect(sd);