GNOME Bugzilla – Bug 678902
Ugly error message when boxes creation fails
Last modified: 2016-03-31 14:01:28 UTC
Created attachment 217311 [details] bad looking error message Errors should not happen, but I just got the error in the attached screenshot, which is very unnice to throw at one user's face when everything is already going bad. I think this used to just be "Boxes creation failed". This may be related to #674209 landing.
Created attachment 218039 [details] [review] wizard: Turn a check into a return_if_fail
Created attachment 218040 [details] [review] wizard: Friendlier error in the UI on review failure The error string is based on the one we display when create() fails.
Patches are on top of unmerged patches in bug#678894.
Created attachment 218124 [details] [review] wizard: Turn a check into return_val_if_fail Slightly more accurate log
Created attachment 218125 [details] [review] wizard: Friendlier error in the UI on review failure Rebased on master.
Review of attachment 218124 [details] [review]: ack
Review of attachment 218125 [details] [review]: ack
Attachment 218124 [details] pushed as 4533c16 - wizard: Turn a check into return_val_if_fail Attachment 218125 [details] pushed as b8cd56a - wizard: Friendlier error in the UI on review failure