~online-accounts/gnome-control-center-signon/16.04

« back to all changes in this revision

Viewing changes to src/cc-credentials-accounts-model.vala

  • Committer: CI Train Bot
  • Author(s): Alberto Mardegan
  • Date: 2015-12-08 13:59:07 UTC
  • mfrom: (179.1.3 invalid-providers-1287640)
  • Revision ID: ci-train-bot@canonical.com-20151208135907-6sbykterl0cj22ow
Filter out invalid plugins

Also fixes a typo which was possibly causing unneeded reauthentications. Fixes: #1287640

Show diffs side-by-side

added added

removed removed

Lines of Context:
284
284
            string property_name;
285
285
            change.get ("{sv}", out property_name, null);
286
286
 
287
 
            if (property_name == "Failures");
 
287
            if (property_name == "Failures")
288
288
            {
289
289
                on_indicator_notify_failures ();
290
290
            }