Update of /cvsroot/gaim/gaim/plugins
In directory usw-pr-cvs1:/tmp/cvs-serv10323
Modified Files:
chatlist.c
Log Message:
i love you all. thanks jharris
Index: chatlist.c
===================================================================
RCS file: /cvsroot/gaim/gaim/plugins/chatlist.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- chatlist.c 2001/12/16 21:07:48 1.9
+++ chatlist.c 2001/12/20 12:39:41 1.10
@@ -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;
|