~robert-ancell/unity-greeter/lp-1121660

« back to all changes in this revision

Viewing changes to src/session-list.vala

  • Committer: Albert Astals
  • Date: 2012-08-30 11:06:25 UTC
  • mto: This revision was merged to the branch mainline in revision 573.
  • Revision ID: albert.astals@canonical.com-20120830110625-ipxg18uag2fz02z6
Just a lot of stuff, just commiting so i can checkout from the VM

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
1
2
/* -*- Mode: Vala; indent-tabs-mode: nil; tab-width: 4 -*-
2
3
 *
3
4
 * Copyright (C) 2012 Canonical Ltd
33
34
    {
34
35
        label = _("Select desktop environment");
35
36
 
36
 
        if (UnityGreeter.test_mode)
 
37
        if (UnityGreeter.singleton.test_mode)
37
38
        {
38
39
            add_session ("gnome", "GNOME");
39
40
            add_session ("kde", "KDE");