GNOME Bugzilla – Bug 699378
Criticals from cc-common-language
Last modified: 2013-05-01 14:30:44 UTC
I'm getting criticals when I have the user-accounts panel open and edit the users through other means in the background. This is a really weird corner case, but the fix seems easy enough. GLib-CRITICAL **: g_variant_get_string: assertion `value != NULL' failed GLib-CRITICAL **: g_variant_unref: assertion `value != NULL' failed
Created attachment 242992 [details] [review] common: Fix criticals when user language getting fails Handle the error case when the call to the accountservice dbus proxy object fails.
Review of attachment 242992 [details] [review]: Looks good
Attachment 242992 [details] pushed as 29498bb - common: Fix criticals when user language getting fails