src/protocols/silc/ops.c

changeset 9797
b69f82378b7b
parent 9762
125f77c00102
child 9846
61f7349c153a
equal deleted inserted replaced
9796:dd7499147bed 9797:b69f82378b7b
1080 buf, 1, client_entry, 2, 1080 buf, 1, client_entry, 2,
1081 _("OK"), G_CALLBACK(silcgaim_whois_more), 1081 _("OK"), G_CALLBACK(silcgaim_whois_more),
1082 _("More..."), G_CALLBACK(silcgaim_whois_more)); 1082 _("More..."), G_CALLBACK(silcgaim_whois_more));
1083 else 1083 else
1084 #endif 1084 #endif
1085 /* XXX this should use gaim_notify_userinfo, but it is unclear to me what should be passed for 'who' */
1085 gaim_notify_formatted(gc, NULL, _("Buddy Information"), NULL, buf, NULL, NULL); 1086 gaim_notify_formatted(gc, NULL, _("Buddy Information"), NULL, buf, NULL, NULL);
1086 g_free(buf); 1087 g_free(buf);
1087 } 1088 }
1088 break; 1089 break;
1089 1090
1141 silc_free(babbleprint); 1142 silc_free(babbleprint);
1142 silc_free(pk); 1143 silc_free(pk);
1143 } 1144 }
1144 1145
1145 buf = g_string_free(s, FALSE); 1146 buf = g_string_free(s, FALSE);
1147 /* XXX this should use gaim_notify_userinfo, but it is unclear to me what should be passed for 'who' */
1146 gaim_notify_formatted(gc, NULL, _("Buddy Information"), NULL, buf, NULL, NULL); 1148 gaim_notify_formatted(gc, NULL, _("Buddy Information"), NULL, buf, NULL, NULL);
1147 g_free(buf); 1149 g_free(buf);
1148 } 1150 }
1149 break; 1151 break;
1150 1152

mercurial