Opened 12 years ago
Closed 7 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.
Note:
See TracTickets
for help on using tickets.
