~elementary-apps/pantheon-files/trunk

« back to all changes in this revision

Viewing changes to src/View/Window.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:
833
833
        }
834
834
 
835
835
        private void expand_miller_view (string tip_uri, GLib.File root_location) {
836
 
/**TODO - move to Miller.vala **/ 
 
836
            /* It might be more elegant for Miller.vala to handle this */
837
837
            var tab = tabs.current;
838
838
            var view = tab.page as ViewContainer;
839
839
            var mwcols = view.view as Miller;