comparison libpurple/protocols/bonjour/jabber.c @ 25906:716b14deee97

a few struct hiding clean ups
author Gary Kramlich <grim@reaperworld.com>
date Thu, 15 Jan 2009 22:46:15 +0000
parents be87547aa431
children 4b8c4870b13a
comparison
equal deleted inserted replaced
25905:94a6eb10c691 25906:716b14deee97
381 381
382 static void bonjour_jabber_stream_ended(BonjourJabberConversation *bconv) { 382 static void bonjour_jabber_stream_ended(BonjourJabberConversation *bconv) {
383 383
384 /* Inform the user that the conversation has been closed */ 384 /* Inform the user that the conversation has been closed */
385 BonjourBuddy *bb = NULL; 385 BonjourBuddy *bb = NULL;
386 386 const gchar *name = bconv->pb ? purple_buddy_get_name(bconv->pb) : "(unknown)";
387 purple_debug_info("bonjour", "Recieved conversation close notification from %s.\n", bconv->pb ? bconv->pb->name : "(unknown)"); 387
388 purple_debug_info("bonjour", "Recieved conversation close notification from %s.\n", name);
388 389
389 if(bconv->pb != NULL) 390 if(bconv->pb != NULL)
390 bb = purple_buddy_get_protocol_data(bconv->pb); 391 bb = purple_buddy_get_protocol_data(bconv->pb);
391 #if 0 392 #if 0
392 if(bconv->pb != NULL) { 393 if(bconv->pb != NULL) {