user-accounts: Hide old message when enrolling
When you've enrolled your fingerprints and we show "Done!", hide the label that asked us to swipe/press our finger on the fingerprint reader, it's too late.
This commit is contained in:
parent
9b817795bb
commit
1bd60f5835
1 changed files with 1 additions and 0 deletions
|
@ -361,6 +361,7 @@ enroll_result (GObject *object, const char *result, gboolean done, EnrollData *d
|
|||
}
|
||||
if (g_str_equal (result, "enroll-completed")) {
|
||||
gtk_label_set_text (GTK_LABEL (WID ("status-label")), _("Done!"));
|
||||
gtk_label_set_text (GTK_LABEL (WID("enroll-label")), "");
|
||||
gtk_assistant_set_page_complete (GTK_ASSISTANT (data->ass), WID ("page2"), TRUE);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue