From cb47daeb9888a0bd1f8266a72402366d9997a82e Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 4 Jan 2018 17:37:49 +0100 Subject: [PATCH] movieplayer: use bookmark icon for bookmark menu Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/47d39e4adb33c07e8a13a1214cb41fe7c4db2755 Author: vanhofen Date: 2018-01-04 (Thu, 04 Jan 2018) Origin message was: ------------------ - movieplayer: use bookmark icon for bookmark menu ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/movieplayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index 8e11a58b8..f3594a216 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -2468,7 +2468,7 @@ void CMoviePlayerGui::handleMovieBrowser(neutrino_msg_t msg, int /*position*/) #define BOOKMARK_START_MENU_MAX_ITEMS 7 CSelectedMenu cSelectedMenuBookStart[BOOKMARK_START_MENU_MAX_ITEMS]; - CMenuWidget bookStartMenu(LOCALE_MOVIEBROWSER_MENU_MAIN_BOOKMARKS, NEUTRINO_ICON_STREAMING); + CMenuWidget bookStartMenu(LOCALE_MOVIEBROWSER_MENU_MAIN_BOOKMARKS, NEUTRINO_ICON_BOOKMARK_MANAGER); bookStartMenu.addIntroItems(); #if 0 // TODO - not supported