Commit 88e6f3f1 authored by Rémi Duraffort's avatar Rémi Duraffort

podcast: save configuration when adding/removing podcast from the dialog.

(cherry picked from commit f471df4d)
Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent ac7b6acb
...@@ -74,6 +74,7 @@ void PodcastConfigDialog::accept() ...@@ -74,6 +74,7 @@ void PodcastConfigDialog::accept()
} }
const char *psz_urls = qtu( urls ); const char *psz_urls = qtu( urls );
config_PutPsz( p_intf, "podcast-urls", psz_urls ); config_PutPsz( p_intf, "podcast-urls", psz_urls );
config_SaveConfigFile( p_intf, "podcast" );
vlc_object_t *p_obj = (vlc_object_t*) vlc_object_t *p_obj = (vlc_object_t*)
vlc_object_find_name( p_intf->p_libvlc, vlc_object_find_name( p_intf->p_libvlc,
"podcast", FIND_CHILD ); "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