Opened 11 years ago

Closed 5 years ago

#6 closed defect (fixed)

Properties dialog shows 2 information pages when WPA is not supported

Reported by: andib Owned by:
Priority: trivial Milestone:
Component: wlanstat Version: 3.11
Keywords: Cc:

Description

Obviously

   // remove WPA page if WPA not supported
   if (!psdd->fWpaSupported)
      {
      _deleteUlongFromList( IDDLG_PROPERTIES_PAGEWPASUPP, aulPageId, NOTEBOOK_PAGECOUNT);
      _deleteUlongFromList( IDPNL_PROPERTIES_PAGEWPASUPP, aulHelpId, NOTEBOOK_PAGECOUNT);
      }

used in propertiesdlg.c does not work as designed. Maybe wpstk170 bug.

Change History (1)

comment:1 Changed 5 years ago by andib

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.