XMMS-like notification that a song is about to be deleted. Definition at line 124 of file playq_xmms.c. 00125 { 00126 /* Remove dangling pointers */ 00127 if (cursong == vr) 00128 cursong = NULL; 00129 00130 g_assert(selectsong != vr); 00131 } |
1.6.3