| 358 yahoo_doodle_command_send_ready(gc, to); |
358 yahoo_doodle_command_send_ready(gc, to); |
| 359 |
359 |
| 360 /* Insert this 'session' in the list. At this point, it's only a requested |
360 /* Insert this 'session' in the list. At this point, it's only a requested |
| 361 * session. |
361 * session. |
| 362 */ |
362 */ |
| 363 wb = purple_whiteboard_create(account, to, DOODLE_STATE_REQUESTING); |
363 wb = purple_whiteboard_new(account, to, DOODLE_STATE_REQUESTING); |
| 364 } |
364 } |
| 365 #endif |
365 #endif |
| 366 |
366 |
| 367 static gboolean pidgin_whiteboard_configure_event(GtkWidget *widget, GdkEventConfigure *event, gpointer data) |
367 static gboolean pidgin_whiteboard_configure_event(GtkWidget *widget, GdkEventConfigure *event, gpointer data) |
| 368 { |
368 { |