Commit a05cb518 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: no need to save podcast configuration

"podcast-urls" is autosaved in any case.
parent b3598c47
......@@ -71,7 +71,6 @@ void PodcastConfigDialog::accept()
if( i != ui.podcastList->count()-1 ) urls += "|";
}
config_PutPsz( p_intf, "podcast-urls", qtu( urls ) );
config_SaveConfigFile( p_intf, "podcast" );
vlc_object_t *p_obj = (vlc_object_t*)
vlc_object_find_name( p_intf->p_libvlc,
"podcast", FIND_CHILD );
......
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