]> git.sesse.net Git - vlc/commitdiff
qt4: b_reset_currently_playing should not be used here.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 28 Sep 2008 14:53:40 +0000 (16:53 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 28 Sep 2008 15:10:01 +0000 (17:10 +0200)
modules/gui/qt4/components/playlist/playlist_model.cpp

index d4d7e470038fdbadba796f3e7b8d6d908ac87604..e22a6624c487a570370d923ea1aff5e1d9e2591a 100644 (file)
@@ -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;