diff libpurple/protocols/qq/buddy_info.c @ 24134:bdfcfd71449c

patch 20080922 from ccpaging <ccpaging(at)gmail.com>
author SHiNE CsyFeK <csyfek@gmail.com>
date Wed, 22 Oct 2008 14:33:20 +0000
parents d57928c9dd8f
children dbc7a9742f8d
line wrap: on
line diff
--- a/libpurple/protocols/qq/buddy_info.c	Wed Oct 22 14:28:17 2008 +0000
+++ b/libpurple/protocols/qq/buddy_info.c	Wed Oct 22 14:33:20 2008 +0000
@@ -32,7 +32,7 @@
 #include "buddy_list.h"
 #include "buddy_info.h"
 #include "char_conv.h"
-#include "header_info.h"
+#include "qq_define.h"
 #include "qq_base.h"
 #include "qq_network.h"
 
@@ -426,7 +426,11 @@
 	info_request->iclass = iclass;
 	info_request->segments = segments;
 
-	purple_request_fields(gc, utf8_title, utf8_prim, NULL,	fields,
+	purple_request_fields(gc,
+			utf8_title,
+			utf8_prim,
+			NULL,
+			fields,
 			_("Update"), G_CALLBACK(info_modify_ok_cb),
 			_("Cancel"), G_CALLBACK(info_modify_cancel_cb),
 			purple_connection_get_account(gc), NULL, NULL,