~ubuntu-branches/ubuntu/vivid/gnome-online-accounts/vivid-proposed

« back to all changes in this revision

Viewing changes to telepathy-account-widgets/tp-account-widgets/tpaw-protocol.c

  • Committer: Package Import Robot
  • Author(s): Sjoerd Simons
  • Date: 2014-09-20 10:31:59 UTC
  • mfrom: (1.2.8) (2.1.14 experimental)
  • Revision ID: package-import@ubuntu.com-20140920103159-8tq3rbz0dw36ep0r
Tags: 3.13.92-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
371
371
        continue;
372
372
 
373
373
      if (!tp_strdiff (cm_name, "haze") &&
 
374
          !tp_strdiff (proto_name, "irc"))
 
375
        /* Use Idle for IRC (bgo #711226) */
 
376
        continue;
 
377
 
 
378
      if (!tp_strdiff (cm_name, "haze") &&
374
379
          !tp_strdiff (proto_name, "sip"))
375
380
        /* Haze's SIP implementation is pretty useless (bgo #629736) */
376
381
        continue;