From aeb754e3de5e0a8f4fc5e7139a7c7bd394cba464 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Mon, 21 Apr 2008 21:55:39 +0200 Subject: [PATCH] Save the Last.FM account's password correctly *coughcough* --- modules/gui/macosx/simple_prefs.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/macosx/simple_prefs.m b/modules/gui/macosx/simple_prefs.m index 3e5666444b..9dc89301f8 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]; -- 2.39.5