Test for url in correct variable.

Original commit message from CVS:
Test for url in correct variable.
This commit is contained in:
Colin Walters 2002-11-25 16:36:11 +00:00
parent 5996197d6b
commit 4c7c8a02e8

View file

@ -748,7 +748,7 @@ gst_gnomevfssrc_received_headers_callback (gconstpointer in,
g_free (src->iradio_genre);
src->iradio_genre = g_strdup (value);
g_object_notify (G_OBJECT (src), "iradio-genre");
} else if (!strncmp (data, "url", 3)) {
} else if (!strncmp (key, "url", 3)) {
if (src->iradio_url)
g_free (src->iradio_url);
src->iradio_url = g_strdup (value);