diff src/protocols/msn/switchboard.h @ 10621:fe919915fceb

[gaim-migrate @ 12090] This should fix the MSN problems with having multiple switchboards associated with the same conversation / buddy. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 22 Feb 2005 15:16:38 +0000
parents f52ab405f1ab
children 888d4c328be5
line wrap: on
line diff
--- a/src/protocols/msn/switchboard.h	Tue Feb 22 15:10:16 2005 +0000
+++ b/src/protocols/msn/switchboard.h	Tue Feb 22 15:16:38 2005 +0000
@@ -54,8 +54,7 @@
  */
 typedef enum
 {
-	MSN_SB_FLAG_IM = 0x01, /**< This switchboard is used for instant messaging. */
-	MSN_SB_FLAG_FT = 0x02, /**< This switchboard is used for file transfer. */
+	MSN_SB_FLAG_FT = 0x01, /**< This switchboard is being used for file transfer. */
 
 } MsnSBFlag;