Changeset aeb754e3de5e0a8f4fc5e7139a7c7bd394cba464
- 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
| r2aff0b6 |
raeb754e |
|
| 739 | 739 | |
|---|
| 740 | 740 | 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] ); |
|---|
| 742 | 742 | } |
|---|
| 743 | 743 | else |
|---|