lbl               988 src/filemanager/hotlist.c             char *lbl;
lbl               990 src/filemanager/hotlist.c             lbl = g_strconcat ("->", new->label, (char *) NULL);
lbl               991 src/filemanager/hotlist.c             listbox_add_item (l_hotlist, pos, 0, lbl, new, FALSE);
lbl               992 src/filemanager/hotlist.c             g_free (lbl);