song: renamed attribute "url" to "uri"

This commit is contained in:
Max Kellermann
2009-10-13 18:01:06 +02:00
parent 28442cce9f
commit f7ce4f6239
13 changed files with 44 additions and 45 deletions

View File

@@ -1559,7 +1559,7 @@ sticker_song_find_print_cb(struct song *song, const char *value,
{
struct sticker_song_find_data *data = user_data;
song_print_url(data->client, song);
song_print_uri(data->client, song);
sticker_print_value(data->client, data->name, value);
}