~ubuntu-branches/ubuntu/quantal/unity-greeter/quantal-updates

« back to all changes in this revision

Viewing changes to tests/unity-greeter.vala

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2013-01-04 14:13:10 UTC
  • Revision ID: package-import@ubuntu.com-20130104141310-tez22mb71jto1ngz
Tags: 12.10.4-0ubuntu5.1
* debian/patches/fix-corruption.patch:
  - Fix likely screen corruption after logging in (LP: #931967)

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
        return false;
94
94
    }
95
95
 
96
 
    public void start_session (string? session)
 
96
    public void start_session (string? session, Background bg)
97
97
    {
98
98
        session_started = true;
99
99
    }