~micahg/ubuntu/natty/pidgin/2.7.9-2

« back to all changes in this revision

Viewing changes to libpurple/protocols/yahoo/yahoo_doodle.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-11-05 19:44:21 UTC
  • mfrom: (62.1.1 maverick-security) (2.3.12 sid)
  • Revision ID: james.westby@ubuntu.com-20101105194421-8r8o4pzw2m5j4hiy
Tags: 1:2.7.5-1ubuntu1
Resync on Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
372
372
 
373
373
        /* TODO Ask if user wants to save picture before the session is closed */
374
374
 
375
 
        wb->state = DOODLE_STATE_CANCELED;
 
375
        wb->state = DOODLE_STATE_CANCELLED;
376
376
        purple_whiteboard_destroy(wb);
377
377
}
378
378
 
460
460
 
461
461
        /* g_debug_debug("yahoo", "doodle: yahoo_doodle_end()\n"); */
462
462
 
463
 
        if (gc && wb->state != DOODLE_STATE_CANCELED)
 
463
        if (gc && wb->state != DOODLE_STATE_CANCELLED)
464
464
                yahoo_doodle_command_send_shutdown(gc, wb->who);
465
465
 
466
466
        g_free(ds->imv_key);