comparison src/protocols/silc/ops.c @ 11533:c9b815aeddc1

[gaim-migrate @ 13782] Pushing more of the userinfo stuff to the UI. Also, fixed a notify API warning in the perl plugin. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 12 Sep 2005 20:04:37 +0000
parents bf763a1b2454
children d5daff460913
comparison
equal deleted inserted replaced
11532:57439a383f4f 11533:c9b815aeddc1
1082 buf, 1, client_entry, 2, 1082 buf, 1, client_entry, 2,
1083 _("OK"), G_CALLBACK(silcgaim_whois_more), 1083 _("OK"), G_CALLBACK(silcgaim_whois_more),
1084 _("More..."), G_CALLBACK(silcgaim_whois_more)); 1084 _("More..."), G_CALLBACK(silcgaim_whois_more));
1085 else 1085 else
1086 #endif 1086 #endif
1087 gaim_notify_userinfo(gc, client_entry->nickname, _("Buddy Information"), NULL, buf, NULL, NULL); 1087 gaim_notify_userinfo(gc, client_entry->nickname, buf, NULL, NULL);
1088 g_free(buf); 1088 g_free(buf);
1089 } 1089 }
1090 break; 1090 break;
1091 1091
1092 case SILC_COMMAND_WHOWAS: 1092 case SILC_COMMAND_WHOWAS:
1143 silc_free(babbleprint); 1143 silc_free(babbleprint);
1144 silc_free(pk); 1144 silc_free(pk);
1145 } 1145 }
1146 1146
1147 buf = g_string_free(s, FALSE); 1147 buf = g_string_free(s, FALSE);
1148 gaim_notify_userinfo(gc, client_entry->nickname, _("Buddy Information"), NULL, buf, NULL, NULL); 1148 gaim_notify_userinfo(gc, client_entry->nickname, buf, NULL, NULL);
1149 g_free(buf); 1149 g_free(buf);
1150 } 1150 }
1151 break; 1151 break;
1152 1152
1153 case SILC_COMMAND_DETACH: 1153 case SILC_COMMAND_DETACH: