Skip to content
Commit 3341db44 authored by Felix Geyer's avatar Felix Geyer Committed by Felix Geyer
Browse files

Fix the screen locker to be able to show the user switch dialog multiple times.

The user switching dialog from the screen locker was destroyed when the
cancel button was pressed. As a result you coudn't open it again.

The screen locker uses a PlasmaComponents.PageStack to show the password input
and user switching dialogs.
When a dialog is popped from the stack it is destroyed by PageStack.

Fix this by turning userSessionsUI into a Component so it is automatically
created.

This work has been sponsored by the City of Munich's LiMux project.

REVIEW: 117499
BUG: 331761
FIXED-IN: 4.11.12
parent f587aac8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment