After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 699307 - [PATCH] account: Password hint can't be NULL
[PATCH] account: Password hint can't be NULL
Status: RESOLVED FIXED
Product: gnome-initial-setup
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Initial Setup maintainer(s)
GNOME Initial Setup maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-04-30 13:20 UTC by Colin Walters
Modified: 2013-04-30 14:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-account-Password-hint-can-t-be-NULL.patch (1.16 KB, patch)
2013-04-30 13:21 UTC, Colin Walters
accepted-commit_now Details | Review

Description Colin Walters 2013-04-30 13:20:47 UTC
Otherwise we get a critical becuase accountsservice's API has it as a
variant of type (ss).  Tested in gnome-ostree.
---
 .../pages/account/gis-account-page.c               |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
Comment 1 Colin Walters 2013-04-30 13:21:15 UTC
Created attachment 242911 [details] [review]
0001-account-Password-hint-can-t-be-NULL.patch
Comment 2 Jasper St. Pierre (not reading bugmail) 2013-04-30 14:38:20 UTC
Review of attachment 242911 [details] [review]:

OK.