comparison libpurple/protocols/qq/group.c @ 16442: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 32c366eeeb99
children b9a0b1bd321b
comparison
equal deleted inserted replaced
16438:a46a0362dc34 16442:08db93bbd798
120 _("Please input external group ID"), 120 _("Please input external group ID"),
121 _("You can only search for permanent QQ groups\n"), 121 _("You can only search for permanent QQ groups\n"),
122 NULL, FALSE, FALSE, NULL, 122 NULL, FALSE, FALSE, NULL,
123 _("Search"), G_CALLBACK(_qq_group_search_callback), 123 _("Search"), G_CALLBACK(_qq_group_search_callback),
124 _("Cancel"), G_CALLBACK(_qq_group_search_cancel_callback), 124 _("Cancel"), G_CALLBACK(_qq_group_search_cancel_callback),
125 purple_connection_get_account(gc), NULL, NULL,
125 gc); 126 gc);
126 127
127 return qd->roomlist; 128 return qd->roomlist;
128 } 129 }
129 130