lbl               279 src/filemanager/hotlist.c                 char *lbl;
lbl               281 src/filemanager/hotlist.c                 lbl = g_strconcat ("->", current->label, (char *) NULL);
lbl               282 src/filemanager/hotlist.c                 listbox_add_item_take (list, LISTBOX_APPEND_AT_END, 0, lbl, current, FALSE);
lbl               981 src/filemanager/hotlist.c             char *lbl;
lbl               983 src/filemanager/hotlist.c             lbl = g_strconcat ("->", new->label, (char *) NULL);
lbl               984 src/filemanager/hotlist.c             listbox_add_item_take (l_hotlist, pos, 0, lbl, new, FALSE);