Merge lp:~aacid/unity-greeter/remote_session_dialog_setup_fix into lp:unity-greeter

Proposed by Albert Astals Cid
Status: Merged
Merged at revision: 528
Proposed branch: lp:~aacid/unity-greeter/remote_session_dialog_setup_fix
Merge into: lp:unity-greeter
Prerequisite: lp:~aacid/unity-greeter/compare_remote_session_internal_name
Diff against target: 11 lines (+1/-0)
1 file modified
src/user-list.vala (+1/-0)
To merge this branch: bzr merge lp:~aacid/unity-greeter/remote_session_dialog_setup_fix
Reviewer Review Type Date Requested Status
Unity Greeter Development Team Pending
Review via email: mp+121388@code.launchpad.net

Commit message

Properly set greeter_authenticating_user so that when authentication_complete_cb runs we do not ignore it

Description of the change

Properly set greeter_authenticating_user so that when authentication_complete_cb runs we do not ignore it

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/user-list.vala'
2--- src/user-list.vala 2012-08-27 09:26:22 +0000
3+++ src/user-list.vala 2012-08-27 09:26:22 +0000
4@@ -510,6 +510,7 @@
5 var config_session = "uccsconfigure";
6 if (is_supported_remote_session(config_session))
7 {
8+ greeter_authenticating_user = selected_entry.id;
9 #if HAVE_REMOTE_LIGHTDM
10 UnityGreeter.greeter.authenticate_remote (config_session, "");
11 #endif

Subscribers

People subscribed via source and target branches