Commit f11dc4f6 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx_dialog_provider: removed duplicate config_saveConfig

parent 7ec8deda
...@@ -477,7 +477,6 @@ bool checkProgressPanel (void *priv) ...@@ -477,7 +477,6 @@ bool checkProgressPanel (void *priv)
config_PutPsz(p_intf, "lastfm-username", [lastFMUsername UTF8String]); config_PutPsz(p_intf, "lastfm-username", [lastFMUsername UTF8String]);
config_PutPsz(p_intf, "lastfm-password", [lastFMPassword UTF8String]); config_PutPsz(p_intf, "lastfm-password", [lastFMPassword UTF8String]);
config_SaveConfigFile(p_intf);
} }
else else
msg_Err(p_intf,"Last.FM module not found, no action"); msg_Err(p_intf,"Last.FM module not found, no action");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment