- win fix

svn path=/trunk/boinc/; revision=14689
This commit is contained in:
David Anderson 2008-02-06 04:39:14 +00:00
parent f43452829c
commit 18dfbff589
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ bool CDlgAdvPreferences::SavePreferencesSettings() {
mask.run_if_user_active=true;
//
if(m_txtProcIdleFor->IsEnabled()) {
m_txtProcIdleFor->GetValue().ToLong(&td);
m_txtProcIdleFor->GetValue().ToDouble(&td);
prefs.idle_time_to_run=td;
mask.idle_time_to_run=true;
}