source: proiecte/PPPP/gdm/debian/patches/17_use_timed_login_after_autologin.patch @ 134

Last change on this file since 134 was 134, checked in by (none), 14 years ago

gdm sources with the modifications for webcam

File size: 760 bytes
  • daemon/gdm-static-display.c

    #
    # Description: Revert upstream change to not use timed login after autologin session
    # Ubuntu: https://bugs.edge.launchpad.net/ubuntu/+source/gdm/+bug/396489
    #
    diff -Nur -x '*.orig' -x '*~' gdm-2.28.0/daemon/gdm-static-display.c gdm-2.28.0.new/daemon/gdm-static-display.c
    old new  
    121121{
    122122        g_return_val_if_fail (GDM_IS_DISPLAY (display), FALSE);
    123123
     124        /* Only allow timed/automatic login once */
     125        GDM_STATIC_DISPLAY (display)->priv->enable_timed_login = FALSE;
     126
    124127        GDM_DISPLAY_CLASS (gdm_static_display_parent_class)->unmanage (display);
    125128
    126129        return TRUE;
Note: See TracBrowser for help on using the repository browser.