- Timestamp:
- 15/07/10 17:54:24 (3 years ago)
- Children:
- aa078991a20e91f5d2ac2b07e919f8f541cb3578
- Parents:
- d8ffeba4caa4b50c92b9c599a7035d5b2e34acb9
- git-committer:
- Matias De la Puente <mfpuente.ar@…> (15/07/10 17:54:24)
- File:
-
- 1 edited
-
libi4uc/i4ucprojectssidepageview.vala (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libi4uc/i4ucprojectssidepageview.vala
rcf36b3a rfc16288 27 27 private ProjectsCombo _projects_combo = new ProjectsCombo (); 28 28 private FilesList _files_list = new FilesList (); 29 private ProfilesCheckList _profiles_check_list = new ProfilesCheckList ();29 private ItemsCheckList _profiles_check_list = new ItemsCheckList (); 30 30 private ProfilesList _profiles_list = new ProfilesList (); 31 31 private BuildersList _builders_list = new BuildersList (); … … 106 106 public void add_profile (string profile) 107 107 { 108 _profiles_check_list.add_ profile(profile, false);108 _profiles_check_list.add_item (profile, false); 109 109 _profiles_list.add_profile (profile); 110 110 } … … 122 122 public void check_profile (string profile, bool active) 123 123 { 124 _profiles_check_list.check_ profile(profile, active);124 _profiles_check_list.check_item (profile, active); 125 125 } 126 126 127 127 public void uncheck_all_profiles () 128 128 { 129 _profiles_check_list.uncheck_all_ profiles ();129 _profiles_check_list.uncheck_all_items (); 130 130 } 131 131
Note: See TracChangeset
for help on using the changeset viewer.

