~jeremywootten/pantheon-files/fix-backspace-in-columnv-view

« back to all changes in this revision

Viewing changes to src/View/Window.vala

  • Committer: Jeremy Wootten
  • Date: 2016-01-29 17:21:40 UTC
  • mfrom: (2023.1.25 pantheon-files)
  • Revision ID: jeremy@elementaryos.org-20160129172140-hirnjv1uo5mxiz7b
merge trunk r2048

Show diffs side-by-side

added added

removed removed

Lines of Context:
497
497
 
498
498
        private void action_reload () {
499
499
            /* avoid spawning reload when key kept pressed */
500
 
            if (tabs.current.working || !current_tab.ready)
 
500
            if (tabs.current.working)
501
501
                return;
502
502
 
503
503
            current_tab.reload ();