~sao/unity/show_launcher_in_navmode

« back to all changes in this revision

Viewing changes to src/quicklauncher/quicklauncher.vala

  • Committer: Gordon Allott
  • Date: 2009-12-16 13:25:32 UTC
  • mto: This revision was merged to the branch mainline in revision 45.
  • Revision ID: mail@gordallott.com-20091216132532-3zp0dlxqkqjnsmwf
performance logger support and boot chart generation script

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
    construct
34
34
    {
 
35
      Unity.TimelineLogger.get_default().start_process ("/Unity/Quicklauncher");
35
36
      this.manager = new Manager ();
36
37
      this.add_actor (manager);
37
38
    }