~ubuntu-branches/ubuntu/quantal/telepathy-logger/quantal

« back to all changes in this revision

Viewing changes to telepathy-logger/log-store-pidgin.c

  • Committer: Bazaar Package Importer
  • Author(s): Jonny Lamb
  • Date: 2011-06-07 10:26:37 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20110607102637-sdd04hsk1g099oyr
Tags: 0.2.10-1
* New upstream release.
* debian/libtelepathy-logger2.symbols: Updated for new release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
342
342
        id = g_strdup_printf ("%s.chat", orig_id);
343
343
      else if (g_str_has_suffix (orig_id, "#1"))
344
344
        /* Small butterfly workaround */
345
 
        id = g_strndup (orig_id, strlen (id) - 2);
 
345
        id = g_strndup (orig_id, strlen (orig_id) - 2);
346
346
      else
347
347
        id = g_strdup (orig_id);
348
348
    }