Mercurial > pidgin
diff src/protocols/msn/notification.c @ 10043:700f8fb9e581
[gaim-migrate @ 11002]
commit the 2 xfr patches to msn from shx to head. these went in just before
1.0.0 was released fixing some bugs
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Sun, 19 Sep 2004 02:53:00 +0000 |
| parents | 56e34a659db2 |
| children | 86a6d78b070b |
line wrap: on
line diff
--- a/src/protocols/msn/notification.c Sat Sep 18 23:47:36 2004 +0000 +++ b/src/protocols/msn/notification.c Sun Sep 19 02:53:00 2004 +0000 @@ -1256,7 +1256,7 @@ msn_table_add_cmd(cbs_table, NULL, "URL", url_cmd); - msn_table_add_cmd(cbs_table, NULL, "XFR", xfr_cmd); + msn_table_add_cmd(cbs_table, "fallback", "XFR", xfr_cmd); msn_table_add_error(cbs_table, "ADD", add_error); /* msn_table_add_error(cbs_table, "REA", rea_error); */
