~pimvullers/ergo/fix-983560

« back to all changes in this revision

Viewing changes to Ergo/Widgets/ErgoTaskLists.vala

  • Committer:
  • Date: 2011-10-09 10:28:43 UTC
  • Revision ID: karlis.lukstins@gmail.com-20111009102843-4p949wkginehopnx
can create database in /home/user/...

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
            listmodel.set(iter, 0, id, 1, list_name, 2, tasks, 3, tasks_done);
33
33
        }
34
34
        
35
 
        public void update(){       
 
35
        public void update(){
36
36
            listmodel.clear();
 
37
            window.backend.get_tasklists();
37
38
        }
38
39
 
39
40
        private ErgoWindow window;
 
41
        public int selected_tasklist = 0;
40
42
                public ErgoTaskList(ErgoWindow window) {
41
43
            
42
44
            this.window = window;