diff libpurple/protocols/gg/search.h @ 31670:34404b2719c5

Fixed searching for buddies in Gadu-Gadu public directory. Fixes #5242
author tomkiewicz@cpw.pidgin.im
date Sat, 18 Jun 2011 11:29:11 +0000
parents 44f53d3fc54f
children
line wrap: on
line diff
--- a/libpurple/protocols/gg/search.h	Sat Jun 18 06:59:36 2011 +0000
+++ b/libpurple/protocols/gg/search.h	Sat Jun 18 11:29:11 2011 +0000
@@ -46,12 +46,11 @@
 	char *birthyear;
 	char *gender;
 	char *active;
-	char *offset;
-
-	char *last_uin;
 
 	GGPSearchType search_type;
 	guint32 seq;
+	guint16 page_number;
+	guint16 page_size; /* how many contacts fits into one page of results */
 
 	void *user_data;
 	void *window;