cpw.qulogic.msn: 057f9dd7: Disable the MSN blocked text dialog for ...

qulogic at pidgin.im qulogic at pidgin.im
Sun Jul 13 01:50:50 EDT 2008


-----------------------------------------------------------------
Revision: 057f9dd738df2f3f1b3bd757d04cdd78dd379ecb
Ancestor: 34584d0de7ea55988b2589e00565d85db7d0b097
Author: qulogic at pidgin.im
Date: 2008-07-13T04:04:10
Branch: im.pidgin.cpw.qulogic.msn
URL: http://d.pidgin.im/viewmtn/revision/info/057f9dd738df2f3f1b3bd757d04cdd78dd379ecb

Modified files:
        libpurple/protocols/msn/msn.c
        libpurple/protocols/msn/notification.c

ChangeLog: 

Disable the MSN blocked text dialog for now because it doesn't always 
seem to be accurate.

-------------- next part --------------
============================================================
--- libpurple/protocols/msn/msn.c	8fb39767f0b0f2ec2256f5dffff2ef2151bec494
+++ libpurple/protocols/msn/msn.c	1b8684900822bfc42582e8b6666e0d2dffd522b6
@@ -393,6 +393,8 @@ msn_show_set_mobile_pages(PurplePluginAc
 						_("Cancel"), NULL);
 }
 
+/* QuLogic: Disabled until confirmed correct. */
+#if 0
 static void
 msn_show_blocked_text(PurplePluginAction *action)
 {
@@ -415,6 +417,7 @@ msn_show_blocked_text(PurplePluginAction
 	}
 	g_free(title);
 }
+#endif
 
 static void
 msn_show_hotmail_inbox(PurplePluginAction *action)
@@ -856,10 +859,13 @@ msn_actions(PurplePlugin *plugin, gpoint
 			msn_show_set_mobile_pages);
 	m = g_list_append(m, act);
 
+/* QuLogic: Disabled until confirmed correct. */
+#if 0
 	m = g_list_append(m, NULL);
 	act = purple_plugin_action_new(_("View Blocked Text..."),
 			msn_show_blocked_text);
 	m = g_list_append(m, act);
+#endif
 
 	account = purple_connection_get_account(gc);
 	user = msn_normalize(account, purple_account_get_username(account));
============================================================
--- libpurple/protocols/msn/notification.c	6dc1a0e96efcbd7e66802399e72d5b9564644919
+++ libpurple/protocols/msn/notification.c	837e218e638b5d371fb49575cd64658e9325dd50
@@ -1537,6 +1537,8 @@ gcf_cmd_post(MsnCmdProc *cmdproc, MsnCom
 gcf_cmd_post(MsnCmdProc *cmdproc, MsnCommand *cmd, char *payload,
 			 size_t len)
 {
+/* QuLogic: Disabled until confirmed correct. */
+#if 0
 	xmlnode *root;
 	xmlnode *policy;
 
@@ -1575,6 +1577,7 @@ gcf_cmd_post(MsnCmdProc *cmdproc, MsnCom
 	}
 
 	xmlnode_free(root);
+#endif
 }
 
 static void


More information about the Commits mailing list