lbl               278 src/filemanager/hotlist.c             char *lbl;
lbl               280 src/filemanager/hotlist.c             lbl = g_strconcat ("->", current->label, (char *) NULL);
lbl               281 src/filemanager/hotlist.c             listbox_add_item_take (list, LISTBOX_APPEND_AT_END, 0, lbl, current, FALSE);
lbl               976 src/filemanager/hotlist.c             char *lbl;
lbl               978 src/filemanager/hotlist.c             lbl = g_strconcat ("->", new->label, (char *) NULL);
lbl               979 src/filemanager/hotlist.c             listbox_add_item_take (l_hotlist, pos, 0, lbl, new, FALSE);