Custom Query (39 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 39)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#6 fixed Properties dialog shows 2 information pages when WPA is not supported andib
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.

#7 invalid Fly over text for wlanstat displaced on big screens andib
Description

wlanstat fly over text is placed near the center of 1 screen when wlanstat itself has position x>1850 pixel (just guessing).

Seen here with 2 screens all in all 3840x1200 pixel. Maybe related to snap center on first screen setting?

No time for tests with widget.

#8 fixed dchp client installation documentation fbakan
Description

at least in german inf file there is an error:

"yum install dhcp" does not install the client,

should be "yum install dhclient"

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.