| 232 gpointer user_data) |
232 gpointer user_data) |
| 233 { |
233 { |
| 234 gchar **sections = g_strsplit(id, ":", 0); |
234 gchar **sections = g_strsplit(id, ":", 0); |
| 235 PurpleConversation *conv = NULL; |
235 PurpleConversation *conv = NULL; |
| 236 PurpleAccount *account; |
236 PurpleAccount *account; |
| 237 PidginWindow *purplewin = NULL; |
237 PidginConvWindow *purplewin = NULL; |
| 238 |
238 |
| 239 char *type = sections[0]; |
239 char *type = sections[0]; |
| 240 char *cname = sections[1]; |
240 char *cname = sections[1]; |
| 241 char *aname = sections[2]; |
241 char *aname = sections[2]; |
| 242 char *protocol = sections[3]; |
242 char *protocol = sections[3]; |