Mercurial > pidgin
comparison plugins/notify.c @ 4376:2c985a9e994c
[gaim-migrate @ 4642]
The conversations list is no longer public, and shouldn't have been in
aim.c. This should fix some crashes that may have resulted in the notify
and timestamp plugins.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Tue, 21 Jan 2003 05:20:10 +0000 |
| parents | 5fb47ec9bfe4 |
| children | 62c1e5e656d0 |
comparison
equal
deleted
inserted
replaced
| 4375:90eaa3486949 | 4376:2c985a9e994c |
|---|---|
| 506 | 506 |
| 507 save_notify_prefs(); | 507 save_notify_prefs(); |
| 508 } | 508 } |
| 509 | 509 |
| 510 void apply_options(GtkWidget *widget, gpointer data) { | 510 void apply_options(GtkWidget *widget, gpointer data) { |
| 511 GList *cnv = conversations; | 511 GList *cnv = gaim_get_conversations(); |
| 512 | 512 |
| 513 while (cnv) { | 513 while (cnv) { |
| 514 guint notification; | 514 guint notification; |
| 515 struct gaim_conversation *c = (struct gaim_conversation *) cnv->data; | 515 struct gaim_conversation *c = (struct gaim_conversation *) cnv->data; |
| 516 struct gaim_gtk_conversation *gtkconv; | 516 struct gaim_gtk_conversation *gtkconv; |
