~ubuntu-branches/ubuntu/oneiric/empathy/oneiric-security

« back to all changes in this revision

Viewing changes to libempathy/empathy-contact.c

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2011-08-29 13:29:26 UTC
  • mfrom: (1.1.76 upstream)
  • Revision ID: package-import@ubuntu.com-20110829132926-zj1ew2xwk8qyhgl9
Tags: 3.1.90-0ubuntu1
* New upstream version
  - empathy crash at launch (LP: #832405)
* debian/patches/70_lp_832378.patch:
  - dropped, merged upstream
* debian/patches/01_lpi.patch
  - refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1614
1614
  EmpathyContactPriv *priv = GET_PRIV (contact);
1615
1615
  GError *error = NULL;
1616
1616
  GHashTable *new_location;
1617
 
  GHashTable *resolved;
 
1617
  GHashTable *resolved = NULL;
1618
1618
  gdouble latitude, longitude;
1619
1619
 
1620
1620
  if (priv->location == NULL)