~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to src/display.c

  • Committer: Robert Ancell
  • Date: 2011-07-16 09:29:56 UTC
  • Revision ID: robert.ancell@canonical.com-20110716092956-jkwpzcimi9tfo71d
Drop most of the configure options, they aren't necessary

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
 
104
104
    g_return_val_if_fail (xserver != NULL, NULL);
105
105
 
106
 
    self->priv->pam_service = g_strdup (DEFAULT_PAM_SERVICE);
107
 
    self->priv->pam_autologin_service = g_strdup (DEFAULT_PAM_AUTOLOGIN_SERVICE);
 
106
    self->priv->pam_service = g_strdup ("lightdm");
 
107
    self->priv->pam_autologin_service = g_strdup ("lightdm-autologin");
108
108
    self->priv->xserver = g_object_ref (xserver);
109
109
 
110
110
    self->priv->greeter_user = config_get_string (config_get_instance (), config_section, "greeter-user");