name, list->type_str, NULL, -1, 0,
count);
MP_CHECK_VAL(ret == 0, 0);
-
DEBUG_TRACE("count is %d", count);
real_count = count;
int index = 0;
selected_tracks_count++;
}
}
-
item_data->it =
elm_genlist_item_append(list->genlist, list->itc_track,
item_data, parent_group,
}
elm_object_text_set(list->album_track_count_label, _mp_artist_detail_list_shuffle_text_get(list->genlist));
END:
+ if (elm_genlist_items_count(list->genlist) > 0) {
+ elm_object_text_set(list->album_track_count_label, _mp_artist_detail_list_shuffle_text_get(list->genlist));
+ }
endfunc;
}
//label
list->album_track_count_label = elm_label_add(list->artist_detail_control_layout);
- elm_object_text_set(list->album_track_count_label, "check");
+ elm_object_text_set(list->album_track_count_label, "");
elm_object_part_content_set(list->artist_detail_control_layout, "label_part_swallow", list->album_track_count_label);
evas_object_show(list->album_track_count_label);
*/
_minicontroller_close_music();
}
+ /*
+ In case minicontrol(quickpanel) receives width > MINI_CONTROLLER_W for mini-controller,
+ quickpanel will send an event MINICONTROL_VIEWER_EVENT_REPORT_ANGLE to music-player,
+ after receiving this event, music-player resizes mini-controller to (MINI_CONTROLLER_W x MINI_CONTROLLER_H) in method mp_minicontroller_rotate.
+ */
mp_minicontroller_rotate(ad, angle);
}
hide_from_mp = false;