soc.2009.privacy_rewrite: 6acff31b: add comment about icq visible/invisible, ..

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


-----------------------------------------------------------------
Revision: 6acff31b31d5430331a588eab3c1260732b00449
Ancestor: cad34ab464d5914f58e6813f015bf89b0d4bed73
Author: sulabh at soc.pidgin.im
Date: 2009-07-28T08:56:15
Branch: im.pidgin.soc.2009.privacy_rewrite
URL: http://d.pidgin.im/viewmtn/revision/info/6acff31b31d5430331a588eab3c1260732b00449

Modified files:
        libpurple/protocols/oscar/oscar.c

ChangeLog: 

add comment about icq visible/invisible, functions to be added laters

-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/oscar.c	2fdd2801dd838e273e8ddca613e50f450d6935df
+++ libpurple/protocols/oscar/oscar.c	2f5dc63bf1b5479e58922de5d3abc15bc7b3b46d
@@ -6149,9 +6149,11 @@ void oscar_privacy_list_add(PurpleConnec
 	{
 		case PURPLE_PRIVACY_BLOCK_MESSAGE_LIST:
 		case PURPLE_PRIVACY_BUDDY_LIST:
+			/* either not supported or not the right place to edit the list */
+			break;
 		case PURPLE_PRIVACY_VISIBLE_LIST:
 		case PURPLE_PRIVACY_INVISIBLE_LIST:
-			/* either not supported or not the right place to edit the list */
+			/* privacy laters: do something acout these lists for ICQ */
 			break;
 		case PURPLE_PRIVACY_ALLOW_LIST:
 			oscar_add_permit(gc, who);
@@ -6172,9 +6174,11 @@ void oscar_privacy_list_remove(PurpleCon
 	{
 		case PURPLE_PRIVACY_BLOCK_MESSAGE_LIST:
 		case PURPLE_PRIVACY_BUDDY_LIST:
+			/* either not supported or not the right place to edit the list */
+			break;
 		case PURPLE_PRIVACY_VISIBLE_LIST:
 		case PURPLE_PRIVACY_INVISIBLE_LIST:
-			/* either not supported or not the right place to edit the list */
+			/* privacy laters: do something acout these lists for ICQ */
 			break;
 		case PURPLE_PRIVACY_ALLOW_LIST:
 			oscar_rem_permit(gc, who);


More information about the Commits mailing list