Changeset 8be8be5ebcbfbeb6d3f0039a98577e919a4b5ea5

Show
Ignore:
Timestamp:
22/01/08 00:09:50 (11 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1200956990 +0000
git-parent:

[71219c5d86572d2d598ca844bc9a7353d19d3f8c]

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

Qt4 - Simple Preferences. Fix the NON-saving of hotkeys changing

Files:

Legend:

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

    re033388 r8be8be5  
    460460            int line = 0; 
    461461 
    462             KeySelectorControl *ksCtrl = 
    463                         new KeySelectorControl( VLC_OBJECT(p_intf), p_config , 
     462            control = new KeySelectorControl( VLC_OBJECT(p_intf), p_config , 
    464463                                                this, gLayout, line ); 
    465464 
    466465            panel_label->setText( qtr( "Configure Hotkeys" ) ); 
     466            controls.append( control ); 
    467467 
    468468            break;