• Jérome Perrin's avatar
    Listbox: refactor computation of "default" URL · 9ca9d73d
    Jérome Perrin authored
    "default" URL is the URL when listbox column does not use URL column
    and when the brains do not have a getListItemUrl method.
    
    Move the computation in a lazyMethod, so that it is computed only once
    per line instead of once per cell.
    
    Also remove a try/except, I don't think this code is supposed to get an
    AttributeError
    9ca9d73d
ListBox.py 124 KB