[vlc-devel] commit: Save the Last.FM account's password correctly ( Felix Paul Kühne )
git version control
git at videolan.org
Mon Apr 21 21:55:50 CEST 2008
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Apr 21 21:55:39 2008 +0200| [aeb754e3de5e0a8f4fc5e7139a7c7bd394cba464]
Save the Last.FM account's password correctly
*coughcough*
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aeb754e3de5e0a8f4fc5e7139a7c7bd394cba464
---
modules/gui/macosx/simple_prefs.m | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/macosx/simple_prefs.m b/modules/gui/macosx/simple_prefs.m
index 3e56664..9dc8930 100644
--- a/modules/gui/macosx/simple_prefs.m
+++ b/modules/gui/macosx/simple_prefs.m
@@ -738,7 +738,7 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
config_RemoveIntf( VLC_OBJECT( p_intf ), "audioscrobbler" );
config_PutPsz( p_intf, "lastfm-username", [[o_audio_lastuser_fld stringValue] UTF8String] );
- config_PutPsz( p_intf, "lastfm-password", [[o_audio_lastuser_fld stringValue] UTF8String] );
+ config_PutPsz( p_intf, "lastfm-password", [[o_audio_lastpwd_fld stringValue] UTF8String] );
}
else
[o_audio_last_ckb setEnabled: NO];
More information about the vlc-devel
mailing list