Mercurial > pidgin
comparison libpurple/protocols/qq/qq.c @ 24157:1ee91ff0d5fe
2008.10.09 - ccpaging <ccpaging(at)gmail.com>
* Update 'group' protocol
* Functions of group_find, group_free, group_search merged into group_join and group_internal
* Removed group_find.c/h, group_free.c/h, group_search.c/h
author | SHiNE CsyFeK <csyfek@gmail.com> |
---|---|
date | Tue, 28 Oct 2008 16:38:16 +0000 |
parents | 3c52353b83ae |
children | 9be95f0b9472 |
comparison
equal
deleted
inserted
replaced
24156:147f1b17b6ce | 24157:1ee91ff0d5fe |
---|---|
37 #include "buddy_info.h" | 37 #include "buddy_info.h" |
38 #include "buddy_opt.h" | 38 #include "buddy_opt.h" |
39 #include "buddy_list.h" | 39 #include "buddy_list.h" |
40 #include "char_conv.h" | 40 #include "char_conv.h" |
41 #include "group.h" | 41 #include "group.h" |
42 #include "group_find.h" | |
43 #include "group_im.h" | 42 #include "group_im.h" |
44 #include "group_info.h" | 43 #include "group_info.h" |
45 #include "group_join.h" | 44 #include "group_join.h" |
46 #include "group_opt.h" | 45 #include "group_opt.h" |
47 #include "group_internal.h" | 46 #include "group_internal.h" |
775 num_str = g_hash_table_lookup(components, QQ_ROOM_KEY_INTERNAL_ID); | 774 num_str = g_hash_table_lookup(components, QQ_ROOM_KEY_INTERNAL_ID); |
776 room_id = strtol(num_str, NULL, 10); | 775 room_id = strtol(num_str, NULL, 10); |
777 g_return_if_fail(room_id != 0); | 776 g_return_if_fail(room_id != 0); |
778 | 777 |
779 qq_send_room_cmd_mess(gc, QQ_ROOM_CMD_GET_INFO, room_id, NULL, 0, | 778 qq_send_room_cmd_mess(gc, QQ_ROOM_CMD_GET_INFO, room_id, NULL, 0, |
780 QQ_CMD_CLASS_UPDATE_ROOM, QQ_ROOM_INFO_DISPLAY); | 779 0, QQ_ROOM_INFO_DISPLAY); |
781 } | 780 } |
782 | 781 |
783 #if 0 | 782 #if 0 |
784 /* TODO: re-enable this */ | 783 /* TODO: re-enable this */ |
785 static void _qq_menu_send_file(PurpleBlistNode * node, gpointer ignored) | 784 static void _qq_menu_send_file(PurpleBlistNode * node, gpointer ignored) |