Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnController.cpp

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

revision 1.9 by maloninc, Thu Aug 4 05:10:02 2005 UTC revision 1.10 by maloninc, Sat Aug 13 06:12:05 2005 UTC
# Line 157  void mnController::handleEndLabelEdit(wx Line 157  void mnController::handleEndLabelEdit(wx
157          wxString newSubject   = event.GetLabel();          wxString newSubject   = event.GetLabel();
158          wxTreeItemData* item  = frame->getSelectedItem();          wxTreeItemData* item  = frame->getSelectedItem();
159    
160          if(item == NULL) return ;          if(item == NULL) {
161                    return ;
162            }
163                    
164          if(newSubject.Len() == 0) {          if(newSubject.Len() == 0) {
165                  event.Veto();                  event.Veto();

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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