Opened 21 years ago
Last modified 21 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);
Note:
See TracTickets
for help on using tickets.
thanks, will be fixed in the next verion.