Changeset aeb754e3de5e0a8f4fc5e7139a7c7bd394cba464

Show
Ignore:
Timestamp:
04/21/08 21:56:00 (5 months ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1208807760 +0200
git-parent:

[c20040263cc401344cf0afcc9048e420bddaaa66]

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

Save the Last.FM account's password correctly

*coughcough*

Files:

Legend:

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

    r2aff0b6 raeb754e  
    739739 
    740740            config_PutPsz( p_intf, "lastfm-username", [[o_audio_lastuser_fld stringValue] UTF8String] ); 
    741             config_PutPsz( p_intf, "lastfm-password", [[o_audio_lastuser_fld stringValue] UTF8String] ); 
     741            config_PutPsz( p_intf, "lastfm-password", [[o_audio_lastpwd_fld stringValue] UTF8String] ); 
    742742        } 
    743743        else