~elementary-apps/pantheon-files/trunk

« back to all changes in this revision

Viewing changes to src/View/IconView.vala

  • Committer: jeremy at elementaryos
  • Date: 2014-11-13 20:24:33 UTC
  • mto: (1459.3.2 all-views-vala-local-find)
  • mto: This revision was merged to the branch mainline in revision 1643.
  • Revision ID: jeremy@elementaryos.org-20141113202433-zuus66rud9novcbq
Remove unnecessary comment lines, remove redundant files, remove or revise TODOs and FIXMEs, update about dialog authors list and AUTHORS file

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
        }
162
162
 
163
163
        public override void sync_selection () {
164
 
            /* FIXME Not implemented - needed? */
 
164
            /* Not implemented - needed? No current bug reports */
165
165
        }
166
166
 
167
167
        protected override void update_selected_files () {
170
170
            tree.selected_foreach ((tree, path) => {
171
171
                unowned GOF.File file;
172
172
                file = model.file_for_path (path);
173
 
                /* FIXME - model does not return owned object?  Is this correct? */
 
173
 
174
174
                if (file != null)
175
175
                    selected_files.prepend (file);
176
176
                else