Mercurial > pidgin
changeset 7480:d70cfddd8164
[gaim-migrate @ 8093]
Fix for gtkliststore error. Thanks Daniel Atallah
committer: Tailor Script <tailor@pidgin.im>
| author | Herman Bloggs <hermanator12002@yahoo.com> |
|---|---|
| date | Tue, 11 Nov 2003 21:27:16 +0000 |
| parents | 2f654b2cd51a |
| children | 5f0f9d7fba6a |
| files | src/gtkaccount.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkaccount.c Tue Nov 11 20:43:10 2003 +0000 +++ b/src/gtkaccount.c Tue Nov 11 21:27:16 2003 +0000 @@ -1693,7 +1693,7 @@ (GSourceFunc)account_pulse_update, pulse_data); gtk_list_store_set(GTK_LIST_STORE(model), &iter, - COLUMN_PULSE_DATA, pulse_data); + COLUMN_PULSE_DATA, pulse_data, -1); } gaim_account_connect(account);
