Changeset e3548f53434bde84e3d9d3d18c166fceb457b0b9

Show
Ignore:
Timestamp:
10/02/08 13:01:30 (10 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1202644890 +0000
git-parent:

[c0082a6a9aa74f9b1733a8778c56d9e119363135]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1202644890 +0000
Message:

Qt4 - cosmetic.

Files:

Legend:

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

    rb1c5d1c re3548f5  
    8888        UpdateArt(); 
    8989        addCallbacks(); 
    90         i_input_id = input_GetItem( p_input )->i_id;  
    91     } else { 
     90        i_input_id = input_GetItem( p_input )->i_id; 
     91    } 
     92    else 
     93    { 
    9294        p_input = NULL; 
    9395        i_input_id = 0; 
     
    166168         type != ItemStateChanged_Type ) 
    167169        return; 
    168      
     170 
    169171    if( !p_input || p_input->b_die || p_input->b_dead ) 
    170172        return;