soc.2009.privacy_rewrite: 50b516ce: Forgot to change these two comments

sulabh at soc.pidgin.im sulabh at soc.pidgin.im
Sat Aug 1 03:50:39 EDT 2009


-----------------------------------------------------------------
Revision: 50b516cef5bb79fe4037fdab812e896b9660a1e1
Ancestor: 6acff31b31d5430331a588eab3c1260732b00449
Author: sulabh at soc.pidgin.im
Date: 2009-07-28T08:57:41
Branch: im.pidgin.soc.2009.privacy_rewrite
URL: http://d.pidgin.im/viewmtn/revision/info/50b516cef5bb79fe4037fdab812e896b9660a1e1

Modified files:
        libpurple/protocols/jabber/libxmpp.c

ChangeLog: 

Forgot to change these two comments

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/libxmpp.c	4691e959d0c5bb15527dee6216ac9ddc12585779
+++ libpurple/protocols/jabber/libxmpp.c	e5cc68507f9d2ec92332e6c7a1fd4dae1a841ee6
@@ -78,8 +78,8 @@ static PurplePluginProtocolInfo prpl_inf
 	NULL,							/* add_buddies */
 	jabber_roster_remove_buddy,		/* remove_buddy */
 	NULL,							/* remove_buddies */
-	jabber_privacy_list_add,		/* add_permit */
-	jabber_privacy_list_remove,				/* add_deny */
+	jabber_privacy_list_add,		/* privacy_list_add */
+	jabber_privacy_list_remove,		/* privacy_list_remove */
 	NULL,							/* set_permit_deny */
 	jabber_chat_join,				/* join_chat */
 	NULL,							/* reject_chat */


More information about the Commits mailing list