~elementary-apps/pantheon-files/trunk

« back to all changes in this revision

Viewing changes to src/View/OverlayBar.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:
58
58
            });
59
59
        }
60
60
 
61
 
        public void on_selection_changed (GLib.List<GOF.File>? files = null) {
 
61
        private void on_selection_changed (GLib.List<GOF.File>? files = null) {
62
62
            if (files != null)
63
63
                selected_files = files.copy ();
64
64
            else