Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnFrameController.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.6 by maloninc, Fri Oct 7 12:49:26 2005 UTC revision 1.7 by maloninc, Tue Oct 11 09:05:15 2005 UTC
# Line 138  void mnFrameController::updateConfig() Line 138  void mnFrameController::updateConfig()
138    
139          wxConfig* config = new wxConfig(wxT(CONF_APP_NAME));          wxConfig* config = new wxConfig(wxT(CONF_APP_NAME));
140          config->DeleteAll();          config->DeleteAll();
141            delete config;
142            config = new wxConfig(wxT(CONF_APP_NAME)); // recreate config object
143          notebook = frame->getNotebook();          notebook = frame->getNotebook();
144          int count = notebook->GetPageCount();          int count = notebook->GetPageCount();
145          for(int i = 0; i < count; i++) {          for(int i = 0; i < count; i++) {

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26