]> git.sesse.net Git - vlc/commitdiff
Patch by Remi Duraffort <ivoire at via.ecp.fr>: Replace fprintf with msg_Err().
authorJean-Paul Saman <jpsaman@videolan.org>
Thu, 6 Dec 2007 14:18:02 +0000 (14:18 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Thu, 6 Dec 2007 14:18:02 +0000 (14:18 +0000)
modules/gui/qt4/playlist_model.cpp

index 64836758b4890e5ac7013074418eb0c0e1edf773..2b7a35092af6d6894c4a97ca49bdd86b504f02a0 100644 (file)
@@ -1057,11 +1057,12 @@ void PLModel::popupInfo()
 
 void PLModel::popupStream()
 {
-    fprintf( stderr, "Stream not implemented\n" );
+     msg_Err( p_playlist, "Stream not implemented" );
 }
+
 void PLModel::popupSave()
 {
-    fprintf( stderr, "Save not implemented\n" );
+     msg_Err( p_playlist, "Save not implemented" );
 }
 
 #ifdef WIN32