comparison libpurple/protocols/qq/buddy_opt.c @ 19885:09568015c93b

Added hints to qq buddy_opt.c
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 12 Aug 2007 20:18:26 +0000
parents b9a0b1bd321b
children 7000df5229bc
comparison
equal deleted inserted replaced
19884:14b6cc7d2474 19885:09568015c93b
211 nombre = uid_to_purple_name(uid); 211 nombre = uid_to_purple_name(uid);
212 purple_request_input(gc, _("Reject request"), msg1, msg2, 212 purple_request_input(gc, _("Reject request"), msg1, msg2,
213 _("Sorry, you are not my type..."), TRUE, FALSE, 213 _("Sorry, you are not my type..."), TRUE, FALSE,
214 NULL, _("Reject"), G_CALLBACK(_qq_reject_add_request_real), _("Cancel"), NULL, 214 NULL, _("Reject"), G_CALLBACK(_qq_reject_add_request_real), _("Cancel"), NULL,
215 purple_connection_get_account(gc), nombre, NULL, 215 purple_connection_get_account(gc), nombre, NULL,
216 g2); 216 "buddy", g2);
217 g_free(nombre); 217 g_free(nombre);
218 } 218 }
219 219
220 void qq_add_buddy_with_gc_and_uid(gc_and_uid *g) 220 void qq_add_buddy_with_gc_and_uid(gc_and_uid *g)
221 { 221 {