adium.1-4: ccaede6e: applied changes from 33247eb604d4bf72c0c...

evands at pidgin.im evands at pidgin.im
Mon Oct 18 00:18:19 EDT 2010


----------------------------------------------------------------------
Revision: ccaede6e1d7fe663a7b8e12a5107f1ff62cf8c0f
Parent:   cd66f9cf909c8f932a777a3db4f4ab5b934aded8
Author:   evands at pidgin.im
Date:     10/18/10 00:10:44
Branch:   im.pidgin.adium.1-4
URL: http://d.pidgin.im/viewmtn/revision/info/ccaede6e1d7fe663a7b8e12a5107f1ff62cf8c0f

Changelog: 

applied changes from 33247eb604d4bf72c0c2fdf0f89348db8cc960c6
             through 8cd7ebe0ee16aad48725ab266cbf8a76b5f6fe7b

Changes against parent cd66f9cf909c8f932a777a3db4f4ab5b934aded8

  patched  libpurple/protocols/gg/gg.c

-------------- next part --------------
============================================================
--- libpurple/protocols/gg/gg.c	1b322ac88bc0773d52ab2a0830046b129200a23b
+++ libpurple/protocols/gg/gg.c	8fd0ddf0dc8da90c8d6031ffe9d1f048247fa65e
@@ -1600,12 +1600,6 @@ static void ggp_callback_recv(gpointer _
 			}
 			break;
 		case GG_EVENT_NOTIFY60:
-			purple_debug_info("gg",
-				"notify60_pre: (%d) status=%d; version=%d; descr=%s\n",
-				ev->event.notify60->uin, GG_S(ev->event.notify60->status),
-				ev->event.notify60->version,
-				ev->event.notify60->descr ? ev->event.notify60->descr : "(null)");
-
 			for (i = 0; ev->event.notify60[i].uin; i++) {
 				purple_debug_info("gg",
 					"notify60: (%d) status=%d; version=%d; descr=%s\n",


More information about the Commits mailing list