~ubuntu-branches/ubuntu/intrepid/pidgin/intrepid-proposed

« back to all changes in this revision

Viewing changes to libpurple/protocols/msn/msg.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-22 21:51:41 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20081022215141-ps1xypyvtql9kqwa
Tags: 1:2.5.2-0ubuntu1
* New upstream version
* debian/patches/06_ssl_null_pointer_deref.patch:
  - the change is in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
        char *message_cr;
115
115
 
116
116
        msg = msn_message_new(MSN_MSG_TEXT);
 
117
        msg->retries = 1;
117
118
        msn_message_set_attr(msg, "User-Agent", PACKAGE_NAME "/" VERSION);
118
119
        msn_message_set_content_type(msg, "text/plain");
119
120
        msn_message_set_charset(msg, "UTF-8");