Subversion Repositories svn1-original

Rev

Rev 178 | Rev 185 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 178 Rev 180
Line 38... Line 38...
38
    int error = 0;
38
    int error = 0;
39
 
39
 
40
    /*
40
    /*
41
    **    Copy original data
41
    **    Copy original data
42
    */
42
    */
43
    MARA_CFG    newcfg = config;
43
     QmConfig newcfg(config);
44
 
44
 
45
    /*
45
    /*
46
    **  Extract the data from the Widgets
46
    **  Extract the data from the Widgets
47
    */
47
    */
48
    for ( int ii = 0; ii < MAX_FAME; ii++)
48
    for ( int ii = 0; ii < MAX_FAME; ii++)
Line 68... Line 68...
68
        }
68
        }
69
    
69
    
70
    if ( error == 0 )
70
    if ( error == 0 )
71
    {
71
    {
72
        config = newcfg;
72
        config = newcfg;
73
        QmConfig::write_config();
73
        config.write_config();
74
    }
74
    }
75
}
75
}
76
 
76
 
77
void QmConfWinners::cancel(void)
77
void QmConfWinners::cancel(void)
78
{
78
{