comparison libpurple/protocols/qq/send_file.c @ 27960:a7eac81575e7

Normalize on 'cancelled'
author Paul Aurich <paul@darkrain42.org>
date Sat, 18 Jul 2009 04:31:38 +0000
parents 73c8e1964eef
children 73a30365c293
comparison
equal deleted inserted replaced
27959:bd9df4e45904 27960:a7eac81575e7
728 return; 728 return;
729 } 729 }
730 */ 730 */
731 filename = g_path_get_basename(purple_xfer_get_local_filename(qd->xfer)); 731 filename = g_path_get_basename(purple_xfer_get_local_filename(qd->xfer));
732 msg = g_strdup_printf 732 msg = g_strdup_printf
733 (_("%d canceled the transfer of %s"), 733 (_("%d cancelled the transfer of %s"),
734 sender_uid, filename); 734 sender_uid, filename);
735 735
736 purple_notify_warning (gc, _("File Send"), msg, NULL); 736 purple_notify_warning (gc, _("File Send"), msg, NULL);
737 purple_xfer_cancel_remote(qd->xfer); 737 purple_xfer_cancel_remote(qd->xfer);
738 qd->xfer = NULL; 738 qd->xfer = NULL;