Ignore:
Timestamp:
2002-11-21T16:31:00+13:00 (21 years ago)
Author:
sjboddie
Message:

Put back highlighting in vlistbrowserclass::output_section_group() as it seems to have been
unplugged at some point.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/vlistbrowserclass.cpp

    r3087 r3543  
    153153
    154154    textout << outconvert << disp
    155         << " " << get_formatted_string (collection, collectproto,
    156       *thissection, disp, formatlistptr, link, icon, false, logout);
     155        << " " << get_formatted_string (collection, collectproto, *thissection, disp,
     156                        formatlistptr, link, icon, highlight, logout);
    157157
    158158    if ((item >= perline && use_table) || colnumber > 0) {
Note: See TracChangeset for help on using the changeset viewer.