[vlc-devel] commit: qt4: b_reset_currently_playing should not be used here. (Pierre d' Herbemont )

git version control git at videolan.org
Sun Sep 28 17:14:51 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sun Sep 28 16:53:40 2008 +0200| [5bb0e51082bcb452824daefad87e3dac8abb462e] | committer: Pierre d'Herbemont 

qt4: b_reset_currently_playing should not be used here.

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

 .../gui/qt4/components/playlist/playlist_model.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/playlist/playlist_model.cpp b/modules/gui/qt4/components/playlist/playlist_model.cpp
index d4d7e47..e22a662 100644
--- a/modules/gui/qt4/components/playlist/playlist_model.cpp
+++ b/modules/gui/qt4/components/playlist/playlist_model.cpp
@@ -770,7 +770,6 @@ next:
                                         i_column_sorting( i_flag ),
                                         order == Qt::AscendingOrder ?
                                             ORDER_NORMAL : ORDER_REVERSE );
-            p_playlist->b_reset_currently_playing = true;
         }
     }
     PL_UNLOCK;




More information about the vlc-devel mailing list