# HG changeset patch # User Mark Doliner # Date 1059235890 0 # Node ID 55588b222901610bf413d4d29849b07cacc30ed0 # Parent 69c9b6e63a98d001a44b5367a9c98ce262d24ac5 [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 diff -r 69c9b6e63a98 -r 55588b222901 ChangeLog --- a/ChangeLog Sat Jul 26 15:57:07 2003 +0000 +++ b/ChangeLog Sat Jul 26 16:11:30 2003 +0000 @@ -2,6 +2,7 @@ version 0.67 * Brought back the message notification plugin (Brian Tarricone) + You'll need to reconfigure your settings for this plugin * Various bug fixes (larne from irc, Tim Ringenbach, Bjoern Voigt, Paul A (darkrain)) * British English "translation" updated (Sam Halliday) diff -r 69c9b6e63a98 -r 55588b222901 src/blist.c --- a/src/blist.c Sat Jul 26 15:57:07 2003 +0000 +++ b/src/blist.c Sat Jul 26 16:11:30 2003 +0000 @@ -1560,7 +1560,7 @@ blist_parser_chat_settings = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free); if(blist_parser_setting_name && blist_parser_setting_value) { - g_hash_table_replace(blist_parser_buddy_settings, + g_hash_table_replace(blist_parser_chat_settings, g_strdup(blist_parser_setting_name), g_strdup(blist_parser_setting_value)); }