Changeset 04243e8625d86a1ab6f379fe304014b6ebd28081

Show
Ignore:
Timestamp:
02/29/04 15:05:45 (4 years ago)
Author:
Clément Stenac <zorglub@videolan.org>
git-committer:
Clément Stenac <zorglub@videolan.org> 1078063545 +0000
git-parent:

[bafbf60f6be9000713d946a72adb093ade8a0022]

git-author:
Clément Stenac <zorglub@videolan.org> 1078063545 +0000
Message:

Sanity check

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/wxwindows/playlist.cpp

    r99c14b4 r04243e8  
    33 ***************************************************************************** 
    44 * Copyright (C) 2000-2004 VideoLAN 
    5  * $Id: playlist.cpp,v 1.48 2004/02/28 19:40:06 zorglub Exp $ 
     5 * $Id: playlist.cpp,v 1.49 2004/02/29 14:05:45 zorglub Exp $ 
    66 * 
    77 * Authors: Olivier Teuli� <ipkiss@via.ecp.fr> 
     
    10791079        return; 
    10801080    } 
     1081    
     1082    if( i_item == -1 ) 
     1083    { 
     1084        return; 
     1085    } 
     1086  
    10811087    if( iteminfo_dialog == NULL ) 
    10821088    {