diff src/protocols/zephyr/zephyr.c @ 11531:bf763a1b2454

[gaim-migrate @ 13780] (13:57:11) rlaager: LSchiere2: Should we just change gaim_notify_userinfo to take a screenname and eliminate all the duplication of "Buddy Information" and "Info for %s"? (13:57:18) LSchiere2: sounds good This breaks perl, I could not figure out how to fix that. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 12 Sep 2005 18:46:15 +0000
parents a26eb48d1953
children c9b815aeddc1
line wrap: on
line diff
--- a/src/protocols/zephyr/zephyr.c	Mon Sep 12 18:43:03 2005 +0000
+++ b/src/protocols/zephyr/zephyr.c	Mon Sep 12 18:46:15 2005 +0000
@@ -727,7 +727,7 @@
 					ZGetLocations(&locs, &one);
 					g_string_append_printf(str, _("<br>At %s since %s"), locs.host, locs.time);
 				}
-				gaim_notify_userinfo(gc, b ? b->name : user, NULL, _("Buddy Information"), NULL, 
+				gaim_notify_userinfo(gc, b ? b->name : user, _("Buddy Information"), NULL, 
 						     str->str, NULL, NULL);
 				g_string_free(str, TRUE);
 			} else {
@@ -1142,7 +1142,7 @@
 								       tree_child(tree_child(tree_child(tree_child(locations,2),0),2),2)->contents);
 					}
 
-					gaim_notify_userinfo(gc, b ? b->name : user, NULL, _("Buddy Information"), NULL, 
+					gaim_notify_userinfo(gc, b ? b->name : user, _("Buddy Information"), NULL, 
 							     str->str, NULL, NULL);
 					g_string_free(str, TRUE);
 				} else {