~ken-vandine/ubuntu/precise/telepathy-gabble/ubuntu

« back to all changes in this revision

Viewing changes to src/conn-olpc.c

  • Committer: Ken VanDine
  • Date: 2011-12-09 21:14:05 UTC
  • mfrom: (1.7.7 upstream)
  • Revision ID: ken.vandine@canonical.com-20111209211405-30i0mrqwyg0tixpc
Tags: 0.15.0-1build1
releasing version 0.15.0-1build1

Show diffs side-by-side

added added

removed removed

Lines of Context:
3025
3025
  while (g_hash_table_iter_next (&iter, &key, &value))
3026
3026
    {
3027
3027
      GabbleOlpcActivity *activity = GABBLE_OLPC_ACTIVITY (value);
3028
 
      if (strcmp (activity->id, activity_id) == 0)
 
3028
      if (!tp_strdiff (activity->id, activity_id))
3029
3029
        return activity;
3030
3030
    }
3031
3031