Ignore:
Timestamp:
2008-06-18T19:03:45+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding dynamic classifiers) Fix to code for identifying the selected node (for dynamic classifiers).

File:
1 edited

Legend:

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

    r16045 r16060  
    147147    bool highlight = false;
    148148    if ((*tsibling).OID == args["cl"] || is_child_of ((*tsibling).OID, args["cl"]) ||
    149     (*tsibling).OID == args["dcn"] || is_child_of ((*tsibling).OID, args["dcn"]))
     149    (*tsibling).OID == args["dcn"] || starts_with (args["dcn"], (*tsibling).OID))
    150150    {
    151151      link.clear();
Note: See TracChangeset for help on using the changeset viewer.