~teemperor/pantheon-greeter/new-ui

« back to all changes in this revision

Viewing changes to src/LoginBox.vala

  • Committer: Raphael Isemann
  • Date: 2013-11-19 16:09:46 UTC
  • Revision ID: teemperor@googlemail.com-20131119160946-5xtwklm5g8uz29r3
Fixed manual and guest-login

Show diffs side-by-side

added added

removed removed

Lines of Context:
251
251
        });
252
252
    }
253
253
 
 
254
    public string get_username () {
 
255
        return credentials.get_username ();
 
256
    }
 
257
 
254
258
    private void update_credentials () {
255
259
        if (credentials_box.get_child () != null)
256
260
            credentials_box.remove (credentials_box.get_child ());