comparison libpurple/plugins/buddynote.c @ 16439:08db93bbd798

Added account, who, and conversation parameters to the request API calls, and updated all code to match. I can't compile the Perl module, so I'd appreciate it if someone who knows it would verify that this doesn't break Perl.
author Evan Schoenberg <evan.s@dreskin.net>
date Thu, 26 Apr 2007 12:25:49 +0000
parents b0be5a8d8561
children 5205dd2bd035
comparison
equal deleted inserted replaced
16435:a46a0362dc34 16439:08db93bbd798
47 _("Enter your notes below..."), 47 _("Enter your notes below..."),
48 NULL, 48 NULL,
49 note, TRUE, FALSE, "html", 49 note, TRUE, FALSE, "html",
50 _("Save"), G_CALLBACK(do_it_cb), 50 _("Save"), G_CALLBACK(do_it_cb),
51 _("Cancel"), G_CALLBACK(dont_do_it_cb), 51 _("Cancel"), G_CALLBACK(dont_do_it_cb),
52 NULL, NULL, NULL,
52 node); 53 node);
53 } 54 }
54 55
55 static void 56 static void
56 buddynote_extended_menu_cb(PurpleBlistNode *node, GList **m) 57 buddynote_extended_menu_cb(PurpleBlistNode *node, GList **m)