src/protocols/toc/toc.c

changeset 2137
b0c18ea1dee8
parent 2136
b90fe6b900db
child 2149
d28c6abe06e1
equal deleted inserted replaced
2136:b90fe6b900db 2137:b0c18ea1dee8
305 static void toc_got_info(gpointer data, char *url_text) 305 static void toc_got_info(gpointer data, char *url_text)
306 { 306 {
307 if (!url_text) 307 if (!url_text)
308 return; 308 return;
309 309
310 g_show_info_text(url_text); 310 g_show_info_text(url_text, NULL);
311 } 311 }
312 312
313 static void toc_callback(gpointer data, gint source, GaimInputCondition condition) 313 static void toc_callback(gpointer data, gint source, GaimInputCondition condition)
314 { 314 {
315 struct gaim_connection *gc = (struct gaim_connection *)data; 315 struct gaim_connection *gc = (struct gaim_connection *)data;

mercurial