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:
0d463cc
)
From: Daniel Juyung Seo <juyung.seo@samsung.com>
author
Daniel Juyung Seo
<juyung.seo@samsung.com>
Thu, 6 Jan 2011 08:58:28 +0000
(08:58 +0000)
committer
Carsten Haitzler
<raster@rasterman.com>
Thu, 6 Jan 2011 08:58:28 +0000
(08:58 +0000)
Subject: RE: [E-devel] [Patch] Group index support
I added a small patch for Genlist Group.
I missed one. Thanks Govi!
Can you review this and apply it to upstream?
SVN revision: 55929
src/lib/elm_genlist.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_genlist.c
b/src/lib/elm_genlist.c
index 658572a7bcc7fe7d22cc82085d44c8e7450481e5..582196a5cfdf4204860db56feb67dc7332a1eeda 100644
(file)
--- a/
src/lib/elm_genlist.c
+++ b/
src/lib/elm_genlist.c
@@
-3769,7
+3769,7
@@
elm_genlist_item_show(Elm_Genlist_Item *it)
gith = it->group_item->h;
elm_smart_scroller_child_region_show(it->wd->scr,
it->x + it->block->x,
- it->y + it->block->y,
+ it->y + it->block->y
- gith
,
it->block->w, it->h);
}