Changeset 1450

Show
Ignore:
Timestamp:
11/04/08 07:50:29 (2 months ago)
Author:
amostafa
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/dev-brotecs-refactor/org.javarosa.polish.chatterbox/src/org/javarosa/formmanager/view/chatterbox/Chatterbox.java

    r958 r1450  
    184184                                                                                                          expanded ? ChatterboxWidget.VIEW_EXPANDED 
    185185                                                                                                                   : ChatterboxWidget.VIEW_COLLAPSED); 
     186                System.out.println("Brotecs:Chatterbox->putQuestion"); 
    186187                putFrame(cw, questionIndex); 
     188                System.out.println("Brotecs:Chatterbox->putQuestion end"); 
    187189        } 
    188190    }