[vlc-devel] commit: ncurses: restore hierarchical view ( Rafaël Carré )

git version control git at videolan.org
Thu May 8 22:50:48 CEST 2008


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu May  8 22:51:26 2008 +0200| [f7721834b5facf0de50f161bc6570ec1026a7036]

ncurses: restore hierarchical view

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f7721834b5facf0de50f161bc6570ec1026a7036
---

 modules/gui/ncurses.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/ncurses.c b/modules/gui/ncurses.c
index f14b5a4..172c652 100644
--- a/modules/gui/ncurses.c
+++ b/modules/gui/ncurses.c
@@ -2250,6 +2250,7 @@ static playlist_item_t *PlaylistGetRoot( intf_thread_t *p_intf )
     {
         case VIEW_CATEGORY:
             p_item = p_playlist->p_root_category;
+            break;
         default:
             p_item = p_playlist->p_root_onelevel;
     }




More information about the vlc-devel mailing list