comparison src/protocols/novell/novell.c @ 12943:82e918444965

[gaim-migrate @ 15296] Passing the 'full' condition to the prpls when building tooltips. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 19 Jan 2006 07:01:58 +0000
parents f50a99d5ba9b
children ec9b92104904
comparison
equal deleted inserted replaced
12942:432894b3bdad 12943:82e918444965
2816 { 2816 {
2817 return "novell"; 2817 return "novell";
2818 } 2818 }
2819 2819
2820 static char * 2820 static char *
2821 novell_tooltip_text(GaimBuddy * buddy) 2821 novell_tooltip_text(GaimBuddy * buddy, gboolean full)
2822 { 2822 {
2823 NMUserRecord *user_record = NULL; 2823 NMUserRecord *user_record = NULL;
2824 GaimConnection *gc; 2824 GaimConnection *gc;
2825 NMUser *user; 2825 NMUser *user;
2826 int status = 0; 2826 int status = 0;