From: Kim Shinwoo <kimcinoo.efl@gmail.com>

Subject: [E-devel] [patch][elementary] diskselector - blank item
should be added on round disabled mode

blank item should be added on the round disabled mode.
current diskselector adds blank item even though the round mode is enabled.
so please check the patch and give feedback. thanks.



SVN revision: 77990
This commit is contained in:
Kim Shinwoo 2012-10-15 08:43:14 +00:00 committed by Carsten Haitzler
parent 16cb7ae33f
commit 39eb187493
1 changed files with 1 additions and 1 deletions

View File

@ -725,7 +725,7 @@ _theme_data_get(Evas_Object *obj)
if (str)
{
sd->display_item_num = MAX(DISPLAY_ITEM_NUM_MIN, atoi(str));
_blank_item_check(obj, sd->display_item_num);
if (!sd->round) _blank_item_check(obj, sd->display_item_num);
}
else sd->display_item_num = DISPLAY_ITEM_NUM_MIN;