Skip to content
Snippets Groups Projects
  1. Aug 23, 2017
  2. Aug 22, 2017
  3. Aug 21, 2017
  4. Aug 20, 2017
  5. Aug 19, 2017
    • Georges Basile Stavracas Neto's avatar
      online-accounts: Fix parameter parsing · a9bf8b5b
      Georges Basile Stavracas Neto authored
      The Online Accounts panel supports two commands: 'add'
      and 'show-account'. The 'add' command must receive an
      additional parameter, the 'provider' name, and an
      optional 'preseed' parameter.
      
      In the past, Settings would just push all the parameters
      to a GVariant and pass to the panels. Now, however, it
      skips the first one, making the parameter parsing code
      in Online Accounts panel wrong.
      
      This patch fix that by refactoring add_account() code,
      and fixing the GVariant parameter parsing.
      a9bf8b5b