int gui_vfslist_warn_isempty ( struct gui_vfslist gv  ) 

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:

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:39 2010 for herrie by  doxygen 1.6.3