Changeset 36eb55290006fc0a1616fd42151b481443719867

Show
Ignore:
Timestamp:
12/06/07 15:18:02 (9 months ago)
Author:
Jean-Paul Saman <jpsaman@videolan.org>
git-committer:
Jean-Paul Saman <jpsaman@videolan.org> 1196950682 +0000
git-parent:

[bf798aedd42b52a7e0c3072f5843fe9d6b6e3b9e]

git-author:
Jean-Paul Saman <jpsaman@videolan.org> 1196950682 +0000
Message:

Patch by Remi Duraffort <ivoire at via.ecp.fr>: Replace fprintf with msg_Err().

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/qt4/playlist_model.cpp

    r0c86a4b r36eb552  
    10581058void PLModel::popupStream() 
    10591059{ 
    1060     fprintf( stderr, "Stream not implemented\n" ); 
    1061 
     1060     msg_Err( p_playlist, "Stream not implemented" ); 
     1061
     1062 
    10621063void PLModel::popupSave() 
    10631064{ 
    1064     fprintf( stderr, "Save not implemented\n" ); 
     1065    msg_Err( p_playlist, "Save not implemented" ); 
    10651066} 
    10661067