OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 144 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 144 Rev 180
Line 369... Line 369...
369
        }
369
        }
370
        this.model.addModelStateListener(TodoListPanel.this);
370
        this.model.addModelStateListener(TodoListPanel.this);
371
        this.addAncestorListener(new AncestorListener() {
371
        this.addAncestorListener(new AncestorListener() {
372
 
372
 
373
            public void ancestorAdded(AncestorEvent event) {
373
            public void ancestorAdded(AncestorEvent event) {
-
 
374
                if (!TodoListPanel.this.model.isAutoRefreshing()) {
-
 
375
                    TodoListPanel.this.model.addModelStateListener(TodoListPanel.this);
-
 
376
                    TodoListPanel.this.model.enableUpdate();
-
 
377
                }
374
            }
378
            }
375
 
379
 
376
            public void ancestorMoved(AncestorEvent event) {
380
            public void ancestorMoved(AncestorEvent event) {
377
            }
381
            }
378
 
382