~prateek.karandikar/ubuntu/precise/pidgin/add_quicklist

« back to all changes in this revision

Viewing changes to libpurple/protocols/sametime/sametime.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:
2133
2133
 
2134
2134
 
2135
2135
static void ft_incoming_cancel(PurpleXfer *xfer) {
2136
 
  /* incoming transfer rejected or canceled in-progress */
 
2136
  /* incoming transfer rejected or cancelled in-progress */
2137
2137
  struct mwFileTransfer *ft = xfer->data;
2138
2138
  if(ft) mwFileTransfer_reject(ft);
2139
2139
}