~ubuntu-branches/ubuntu/saucy/telepathy-mission-control-5/saucy

« back to all changes in this revision

Viewing changes to src/mcd-account-manager-default.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-05-13 12:05:23 UTC
  • mfrom: (0.13.6) (0.9.13 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130513120523-ptun28mjojuqykp5
Tags: 1:5.14.1-1ubuntu1
* Resynchronize on Debian, remaining changes:
* debian/apparmor-profile, debian/control:
  - build-depends on dh-apparmor, suggests apparmor
* debian/rules: 
  - install apparmor and apport files
* debian/telepathy-mission-control-5.apport: 
  - include extra debug informations
* debian/telepathy-mission-control-5.dirs:
  - create apparmor and apport directories

Show diffs side-by-side

added added

removed removed

Lines of Context:
335
335
                      "account", account,
336
336
                      "param", "password",
337
337
                      NULL);
 
338
 
 
339
                  /* behave as if it had already been deleted, i.e. we never
 
340
                   * actually found it... */
 
341
                  param = NULL;
 
342
                  value = NULL;
338
343
                }
339
344
 
340
345
              gnome_keyring_found_list_free (empathy_items);
341
 
 
342
 
              /* behave as if it had already been deleted, i.e. we never
343
 
               * actually found it... */
344
 
              param = NULL;
345
 
              value = NULL;
346
346
            }
347
347
 
348
348
          if (param != NULL && value != NULL)