Changeset 2340f6f4a91b456587993a1b3dacdf0847364855

Show
Ignore:
Timestamp:
22/09/08 16:12:07 (2 months ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1222092727 +0200
git-parent:

[358e35e7e3ced377500e2ceea8f0922fd85569d4]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1222092727 +0200
Message:

macosx: fix sprefs reset in master, too

Files:

Legend:

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

    rcd794ae r2340f6f  
    651651    { 
    652652        config_ResetAll( p_intf ); 
    653         b_intfSettingChanged = b_videoSettingChanged = b_audioSettingChanged = YES; 
    654653        [self resetControls]; 
     654        config_SaveConfigFile( p_intf, NULL ); 
    655655    } 
    656656}