diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index 16a98e41c6..bfe620e278 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -886,7 +886,7 @@ static void xmb_draw_items(file_list_t *list, file_list_t *stack, entry_label, path, path_buf, sizeof(path_buf)); - if (xmb->active_category && xmb->depth == 1) + if (type == MENU_FILE_CONTENTLIST_ENTRY) strlcpy(path_buf, path_basename(path_buf), sizeof(path_buf)); GLuint icon = 0;