Warn the user when the list is empty. Definition at line 261 of file gui_vfslist.c. 00262 { 00263 if (gv->vr_selected == NULL) { 00264 gui_msgbar_warn(_("There are no songs.")); 00265 return (1); 00266 } else { 00267 return (0); 00268 } 00269 }
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() |
1.6.3