projects
/
framework
/
uifw
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa34080
)
[elm_genlist.c] Bug fix for recalculation job.
author
Daniel Juyung Seo
<juyung.seo@samsung.com>
Tue, 9 Nov 2010 08:25:27 +0000
(17:25 +0900)
committer
Daniel Juyung Seo
<juyung.seo@samsung.com>
Tue, 9 Nov 2010 08:25:27 +0000
(17:25 +0900)
src/lib/elm_genlist.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_genlist.c
b/src/lib/elm_genlist.c
index
8c7c3c5
..
7d4ec14
100644
(file)
--- a/
src/lib/elm_genlist.c
+++ b/
src/lib/elm_genlist.c
@@
-2074,7
+2074,7
@@
_calc_job(void *data)
itb->h = itb->minh;
y += itb->h;
in += itb->count;
- if ((showme) && (wd->show_item))
+ if ((showme) && (wd->show_item)
&& (wd->show_item->realized)
)
{
wd->show_item->showme = 0;
if (wd->bring_in)
@@
-6359,4
+6359,4
@@
elm_genlist_item_rename_mode_set(Elm_Genlist_Item *it, int emode)
{
it->wd->edit_mode = 0;
}
-}
\ No newline at end of file
+}