Changeset 99839e32157651fc9dcc1d6b0f6c2af60436b38d

Show
Ignore:
Timestamp:
18/08/08 19:37:50 (3 months ago)
Author:
Laurent Aimar <fenrir@videolan.org>
git-committer:
Laurent Aimar <fenrir@videolan.org> 1219081070 +0200
git-parent:

[ad14bac870b421457a3fbe7b0a716b72a1b27006]

git-author:
Laurent Aimar <fenrir@videolan.org> 1219057743 +0200
Message:

Fixed intf_UserHide (close #1827)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/interface/interaction.c

    rad14bac r99839e3  
    344344 
    345345    if( p_dialog ) 
     346    { 
    346347        p_dialog->i_status = ANSWERED_DIALOG; 
     348        vlc_object_signal_unlocked( p_interaction ); 
     349    } 
    347350 
    348351    vlc_object_unlock( p_interaction );