comparison libpurple/protocols/qq/group.c @ 21236:73c5f5bfeb39

disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:27:01 +0000
parents fba1f6c3df0b
children 8ae227dca885
comparison
equal deleted inserted replaced
21235:fba1f6c3df0b 21236:73c5f5bfeb39
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 purple_connection_get_account(gc), NULL, NULL,
126 PURPLE_REQUEST_HINT_CONV, gc); 126 "chat", gc);
127 127
128 return qd->roomlist; 128 return qd->roomlist;
129 } 129 }
130 130
131 /* free roomlist space, I have no idea when this one is called ... */ 131 /* free roomlist space, I have no idea when this one is called ... */