Changeset aaa0b5f0d55731b58d719d88902671f7861eb0f5

Show
Ignore:
Timestamp:
06/07/08 23:25:36 (5 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1215379536 +0200
git-parent:

[2e82eb0d1f6459df576be5a2e4f6c204afcbc8e9]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1215379536 +0200
Message:

macosx: Don't send PLAYLIST_SKIP. Fix adding item when an other is playing.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/macosx/playlist.m

    r8dbce44 raaa0b5f  
    996996            playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, true, NULL, p_item ); 
    997997        } 
    998         else 
    999         { 
    1000             playlist_item_t *p_item; 
    1001             p_item = playlist_ItemGetByInput( p_playlist, p_input, true ); 
    1002             playlist_Control( p_playlist, PLAYLIST_SKIP, true, p_item ); 
    1003         } 
    1004998        vlc_gc_decref( p_input ); 
    1005999    } 
     
    10391033            p_item = playlist_ItemGetByInput( p_playlist, p_input, true ); 
    10401034            playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, true, NULL, p_item ); 
    1041         } 
    1042         else 
    1043         { 
    1044             playlist_item_t *p_item; 
    1045             p_item = playlist_ItemGetByInput( p_playlist, p_input, true ); 
    1046             playlist_Control( p_playlist, PLAYLIST_SKIP, true, p_item ); 
    10471035        } 
    10481036        vlc_gc_decref( p_input );