comparison src/blist.c @ 6307:55588b222901

[gaim-migrate @ 6806] Fixes "Auto-join doesn't save" http://sourceforge.net/tracker/index.php?func=detail&aid=774531&group_id=235&atid=100235 committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 26 Jul 2003 16:11:30 +0000
parents 9083f92e0d58
children a21cf07cd8e1
comparison
equal deleted inserted replaced
6306:69c9b6e63a98 6307:55588b222901
1558 } else if(GPOINTER_TO_INT(tag_stack->next->data) == BLIST_TAG_CHAT) { 1558 } else if(GPOINTER_TO_INT(tag_stack->next->data) == BLIST_TAG_CHAT) {
1559 if(!blist_parser_chat_settings) 1559 if(!blist_parser_chat_settings)
1560 blist_parser_chat_settings = g_hash_table_new_full(g_str_hash, 1560 blist_parser_chat_settings = g_hash_table_new_full(g_str_hash,
1561 g_str_equal, g_free, g_free); 1561 g_str_equal, g_free, g_free);
1562 if(blist_parser_setting_name && blist_parser_setting_value) { 1562 if(blist_parser_setting_name && blist_parser_setting_value) {
1563 g_hash_table_replace(blist_parser_buddy_settings, 1563 g_hash_table_replace(blist_parser_chat_settings,
1564 g_strdup(blist_parser_setting_name), 1564 g_strdup(blist_parser_setting_name),
1565 g_strdup(blist_parser_setting_value)); 1565 g_strdup(blist_parser_setting_value));
1566 } 1566 }
1567 } else if(GPOINTER_TO_INT(tag_stack->next->data) == BLIST_TAG_GROUP) { 1567 } else if(GPOINTER_TO_INT(tag_stack->next->data) == BLIST_TAG_GROUP) {
1568 if(!blist_parser_group_settings) 1568 if(!blist_parser_group_settings)