Opened 20 years ago

Last modified 20 years ago

#509 closed Bug report

typo in mainfrm.cpp (client 2.2.1a) regarding remote view

Reported by: gcheadley Owned by:
Priority: normal Component: Other
Keywords: Cc: gcheadley, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

Line 1227 in MainFrm.cpp for getting the configured
option for the remote view status bar is:

COptions::SetOption(OPTION_SHOWLOCALSTATUSBAR,
GetFtpPane()->IsStatusbarEnabled()?1:0);

should be:

COptions::SetOption(OPTION_SHOWREMOTESTATUSBAR,
GetFtpPane()->IsStatusbarEnabled()?1:0);

Change History (1)

comment:1 by Tim Kosse, 20 years ago

thanks, will be fixed in the next verion.

Note: See TracTickets for help on using tickets.