dvb: Use the user config dir instead of the cache dir for the channels configuration

This commit is contained in:
Sebastian Dröge 2011-05-03 09:55:48 +02:00
parent 27c761f43b
commit 6acbe18943

View file

@ -157,7 +157,7 @@ set_properties_for_channel (GObject * dvbbasebin, const gchar * channel_name)
gst_version (&major, &minor, &micro, &nano);
filename = g_strdup_printf ("%s/gstreamer-%d.%d/dvb-channels.conf",
g_get_user_cache_dir (), major, minor);
g_get_user_config_dir (), major, minor);
}
channels = parse_channels_conf_from_file (filename);
g_free (filename);