comparison src/buddy_chat.c @ 3763:165ae100e0a7

[gaim-migrate @ 3902] HTML who committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 20 Oct 2002 05:36:11 +0000
parents ac18a395eced
children 12b29552f1d7
comparison
equal deleted inserted replaced
3762:ac18a395eced 3763:165ae100e0a7
1141 } else { 1141 } else {
1142 c = new_conversation(name); 1142 c = new_conversation(name);
1143 } 1143 }
1144 1144
1145 set_convo_gc(c, b->gc); 1145 set_convo_gc(c, b->gc);
1146
1147 g_free(name);
1148 } 1146 }
1149 1147
1150 void ignore_callback(GtkWidget *w, struct conversation *b) 1148 void ignore_callback(GtkWidget *w, struct conversation *b)
1151 { 1149 {
1152 GtkTreeIter iter; 1150 GtkTreeIter iter;
1173 } else { 1171 } else {
1174 b->ignored = g_list_append(b->ignored, g_strdup(name)); 1172 b->ignored = g_list_append(b->ignored, g_strdup(name));
1175 } 1173 }
1176 1174
1177 add_chat_buddy_common(b, name, pos); 1175 add_chat_buddy_common(b, name, pos);
1178
1179 g_free(name);
1180 } 1176 }
1181 1177
1182 void show_new_buddy_chat(struct conversation *b) 1178 void show_new_buddy_chat(struct conversation *b)
1183 { 1179 {
1184 GtkWidget *win; 1180 GtkWidget *win;