# HG changeset patch # User Eric Warmenhoven # Date 1008851981 0 # Node ID aaaca46b507b3bee2c558e82a12427a0c265f087 # Parent 019d7462337b9e19b290e9960f8db05f68e1bf49 [gaim-migrate @ 2913] i love you all. thanks jharris committer: Tailor Script diff -r 019d7462337b -r aaaca46b507b plugins/chatlist.c --- a/plugins/chatlist.c Thu Dec 20 09:26:12 2001 +0000 +++ b/plugins/chatlist.c Thu Dec 20 12:39:41 2001 +0000 @@ -84,6 +84,8 @@ GTK_SIGNAL_FUNC(handle_click_chat), cr); crs = crs->next; } + + gtk_tree_item_expand(GTK_TREE_ITEM(item)); } static void save_chat_prefs() @@ -176,7 +178,7 @@ if (!g_strncasecmp(AOL_SRCHSTR, c, strlen(AOL_SRCHSTR))) { char *t; int len = 0; - int exchange; + int exchange = 4; char *name = NULL; c += strlen(AOL_SRCHSTR); @@ -188,8 +190,8 @@ name[len - 1] = ' '; else if (*t == '&') { name[len - 1] = 0; - sscanf(t, "&Exchange=%d", &exchange); - c = t + strlen("&Exchange=x"); + sscanf(t, "&Exchange=%d", &exchange); + c = t + strlen("&Exchange=x"); break; } else name[len - 1] = *t;