Mercurial > pidgin
comparison plugins/notify.c @ 4476:62c1e5e656d0
[gaim-migrate @ 4751]
gaim_conversation_new() now takes an aim_user parameter. This should fix
the new placement grouping bugs, as the default "user" (account)
selected was the first account in the list of connections. There may be
side-effects, especially with perl plugins, but I'm not sure. Please report
anything odd that you see as a result of this.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Thu, 30 Jan 2003 18:45:50 +0000 |
| parents | 2c985a9e994c |
| children | 2427d847e39c |
comparison
equal
deleted
inserted
replaced
| 4475:1f3241831734 | 4476:62c1e5e656d0 |
|---|---|
| 560 gaim_signal_connect(handle, event_chat_join, chat_join, NULL); | 560 gaim_signal_connect(handle, event_chat_join, chat_join, NULL); |
| 561 return NULL; | 561 return NULL; |
| 562 } | 562 } |
| 563 | 563 |
| 564 void gaim_plugin_remove() { | 564 void gaim_plugin_remove() { |
| 565 GList *c = gaim_get_ims(); | 565 GList *c = gaim_get_conversations(); |
| 566 | 566 |
| 567 while (c) { | 567 while (c) { |
| 568 struct gaim_conversation *cnv = (struct gaim_conversation *)c->data; | 568 struct gaim_conversation *cnv = (struct gaim_conversation *)c->data; |
| 569 struct gaim_gtk_window *gtkwin; | 569 struct gaim_gtk_window *gtkwin; |
| 570 | 570 |
