~lightdm-gtk-greeter-team/lightdm-gtk-greeter/1.4

« back to all changes in this revision

Viewing changes to src/lightdm-gtk-greeter.c

  • Committer: Lionel Le Folgoc
  • Date: 2012-08-30 17:36:59 UTC
  • Revision ID: mrpouit@ubuntu.com-20120830173659-3ai9hlv2upp26s87
Don't hide the login box when cancel is pressed

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
    if (lightdm_greeter_get_hide_users_hint (greeter))
231
231
        start_authentication ("*other");
232
232
    else
233
 
    {
234
 
        gtk_widget_hide (login_box);
235
233
        gtk_widget_grab_focus (GTK_WIDGET (user_combo));
236
 
    }
237
234
}
238
235
 
239
236
static void