Commit 45312ccc authored by Claes Sjofors's avatar Claes Sjofors

Xtt command 'open shist', SevHistObjects were not displayed

parent 767d1560
......@@ -3729,7 +3729,7 @@ static int xnav_open_func( void *client_data,
sts = gdh_GetObjectClass( coid, &cid);
if ( EVEN(sts)) return sts;
if ( cid != pwr_cClass_SevHist)
if ( !(cid == pwr_cClass_SevHist || cid == pwr_cClass_SevHistObject))
continue;
sts = gdh_ObjidToName( coid, cname[idx], sizeof(cname[0]), cdh_mName_object);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment