mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11487
This commit is contained in:
parent
6ff2e768c2
commit
7ca77e7fef
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -176,7 +176,6 @@ private:
|
|||
wxString m_strWorkWhenIdle;
|
||||
////@end CPanelPreferences member variables
|
||||
GLOBAL_PREFS current_global_preferences;
|
||||
public:
|
||||
bool m_bCustomizedPreferences;
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue