~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to src/Utility.vala

  • Committer: Tony George
  • Date: 2016-03-28 15:36:17 UTC
  • Revision ID: tony.george.kol@gmail.com-20160328153617-fq5onsoz6dhyfsvt
Added embedded VTE terminal for restoring snapshots

Show diffs side-by-side

added added

removed removed

Lines of Context:
2834
2834
                        return "";
2835
2835
                }
2836
2836
        }
 
2837
 
 
2838
        public void sleep(int milliseconds){
 
2839
                Thread.usleep ((ulong) milliseconds * 1000);
 
2840
        }
2837
2841
}
2838
2842
 
2839
2843
namespace TeeJee.Misc {