GNOME Bugzilla – Bug 684207
user-accounts: Default LocalAccount property to TRUE
Last modified: 2012-09-18 22:31:06 UTC
Make gnome-control-center easier to test with non-up-to-date AccountsService that doesn't have the LocalAccount property on users. (ie: earlier than 0.6.24)
Created attachment 224497 [details] [review] user-accounts: Default LocalAccount property to TRUE * When loading properties from the AccountsService we may encounter an implementation that does not yet have the LocalAccount property. * Default the LocalAccount property to TRUE so things work correctly in the above case.
Review of attachment 224497 [details] [review]: Remove the asterisks from the commit message please. ::: panels/user-accounts/um-user.c @@ +108,3 @@ } + /* Add some defaults that may not be received from some AccountsService versions */ Maybe a link to the bug itself?
Attachment 224497 [details] pushed as 0721469 - user-accounts: Default LocalAccount property to TRUE
*** Bug 683822 has been marked as a duplicate of this bug. ***