comparison src/audacious/ui_lastfm.c @ 3298:f985357757e0 trunk

audacious-core: convert to tuple-ng, remove titlestring API.
author William Pitcock <nenolod@atheme-project.org>
date Fri, 10 Aug 2007 05:22:35 -0500
parents 1fef0ac7395e
children dc5ac604569d
comparison
equal deleted inserted replaced
3297:575f59c45eaf 3298:f985357757e0
16 } 16 }
17 track_data; 17 track_data;
18 18
19 last_fm *login_data=NULL; 19 last_fm *login_data=NULL;
20 Playlist *current_playlist=NULL; 20 Playlist *current_playlist=NULL;
21 TitleInput *info = NULL;
22 GtkWidget *lastfm_url_entry, *lastfm_label,*artist_label,*title_label,*album_label, *gui_window=NULL; 21 GtkWidget *lastfm_url_entry, *lastfm_label,*artist_label,*title_label,*album_label, *gui_window=NULL;
23 22
24 gpointer open_url(gpointer url) 23 gpointer open_url(gpointer url)
25 { 24 {
26 gchar*s=g_new0(gchar,20); 25 gchar*s=g_new0(gchar,20);