*** empty log message ***

svn path=/trunk/boinc/; revision=11487
This commit is contained in:
Rom Walton 2006-11-07 02:48:06 +00:00
parent 6ff2e768c2
commit 7ca77e7fef
3 changed files with 6 additions and 2 deletions

View File

@ -12337,3 +12337,9 @@ Rom 6 Nov 2006
clientgi/
sg_DlgPreferences.cpp
Rom 6 Nov 2006
- MGR: when caching data, make sure it is cached to the right location.
clientgui/
sg_DlgPreferences.cpp, .h

View File

@ -683,7 +683,6 @@ bool CPanelPreferences::ClearPreferenceSettings() {
bool CPanelPreferences::ReadPreferenceSettings() {
CMainDocument* pDoc = wxGetApp().GetDocument();
GLOBAL_PREFS current_global_preferences;
double dTempValue1 = 0.0;
double dTempValue2 = 0.0;

View File

@ -176,7 +176,6 @@ private:
wxString m_strWorkWhenIdle;
////@end CPanelPreferences member variables
GLOBAL_PREFS current_global_preferences;
public:
bool m_bCustomizedPreferences;
};