Mercurial > pidgin.yaz
comparison libpurple/buddyicon.c @ 18114:873ee0038752
merge of 'd8c7c08339ae468cb4298f6850eb7d3b760ad7b5'
and 'ed8b5b74cff83943994bc055c40b107e04e87249'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 16 Jun 2007 19:00:52 +0000 |
parents | 926ccb104da0 |
children | 44b4e8bd759b |
comparison
equal
deleted
inserted
replaced
18104:e4d21d4dfcca | 18114:873ee0038752 |
---|---|
1019 | 1019 |
1020 void | 1020 void |
1021 _purple_buddy_icons_account_loaded_cb() | 1021 _purple_buddy_icons_account_loaded_cb() |
1022 { | 1022 { |
1023 const char *dirname = purple_buddy_icons_get_cache_dir(); | 1023 const char *dirname = purple_buddy_icons_get_cache_dir(); |
1024 const GList *cur; | 1024 GList *cur; |
1025 | 1025 |
1026 for (cur = purple_accounts_get_all(); cur != NULL; cur = cur->next) | 1026 for (cur = purple_accounts_get_all(); cur != NULL; cur = cur->next) |
1027 { | 1027 { |
1028 PurpleAccount *account = cur->data; | 1028 PurpleAccount *account = cur->data; |
1029 const char *account_icon_file = purple_account_get_string(account, "buddy_icon", NULL); | 1029 const char *account_icon_file = purple_account_get_string(account, "buddy_icon", NULL); |