Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cancellable autologin #161

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

pezcurrel
Copy link

Hello, i have implemented cancellable autologin: when autologin is set, a button gets shown on the bottom of the login window, with a "Cancel Automatic Login [F5]" text label; when the button gets activated or the F5 key gets pressed on the keyboard, the button disappears and autologin gets cancelled.

This solves #67 and maybe #158

@pezcurrel
Copy link
Author

Just one note: line 3128 ...

gtk_widget_grab_focus (GTK_WIDGET (cancel_autologin_button));

... is useless, i was experimenting and forgot it there, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant