| 21 * along with this program; if not, write to the Free Software |
21 * along with this program; if not, write to the Free Software |
| 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 23 */ |
23 */ |
| 24 |
24 |
| 25 #include <glib.h> |
25 #include <glib.h> |
| |
26 #include "qq.h" |
| |
27 |
| 26 #include "conversation.h" |
28 #include "conversation.h" |
| 27 |
29 |
| 28 #include "buddy_status.h" |
30 #include "buddy_status.h" |
| 29 #include "group_conv.h" |
31 #include "group_conv.h" |
| 30 #include "qq.h" |
|
| 31 #include "utils.h" |
32 #include "utils.h" |
| 32 |
33 |
| 33 /* show group conversation window */ |
34 /* show group conversation window */ |
| 34 void qq_group_conv_show_window(PurpleConnection *gc, qq_group *group) |
35 void qq_group_conv_show_window(PurpleConnection *gc, qq_group *group) |
| 35 { |
36 { |