projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed57000
)
Fix remove by label
author
Christopher Michael
<cpmichael1@comcast.net>
Wed, 28 Dec 2005 17:01:34 +0000
(17:01 +0000)
committer
Christopher Michael
<cpmichael1@comcast.net>
Wed, 28 Dec 2005 17:01:34 +0000
(17:01 +0000)
SVN revision: 19345
src/bin/e_ilist.c
patch
|
blob
|
history
diff --git
a/src/bin/e_ilist.c
b/src/bin/e_ilist.c
index e1cbfa2525ee22dea05bb239c7152cdef83b1d57..b7a613cc5597dc02dc264b81f1de1151a76548a5 100644
(file)
--- a/
src/bin/e_ilist.c
+++ b/
src/bin/e_ilist.c
@@
-174,10
+174,7
@@
e_ilist_selected_label_get(Evas_Object *obj)
API_ENTRY return NULL;
if (!sd->items) return NULL;
si = evas_list_nth(sd->items, sd->selected);
- if (si)
- {
- return edje_object_part_text_get(si->base_obj, "label");
- }
+ if (si) return edje_object_part_text_get(si->base_obj, "label");
return NULL;
}