| 456 atk_object_set_description(obj, tmp); |
456 atk_object_set_description(obj, tmp); |
| 457 g_free(tmp); |
457 g_free(tmp); |
| 458 gtk_box_pack_start(GTK_BOX(vbox), logo, FALSE, FALSE, 0); |
458 gtk_box_pack_start(GTK_BOX(vbox), logo, FALSE, FALSE, 0); |
| 459 |
459 |
| 460 frame = pidgin_create_webview(FALSE, &webview, NULL, NULL); |
460 frame = pidgin_create_webview(FALSE, &webview, NULL, NULL); |
| 461 /* TODO WEBKIT: Compile now and fix it later when we have a proper replacement for this function |
461 gtk_webview_set_format_functions(GTK_WEBVIEW(webview), GTK_WEBVIEW_ALL ^ GTK_WEBVIEW_SMILEY); |
| 462 gtk_imhtml_set_format_functions(GTK_IMHTML(imhtml), GTK_IMHTML_ALL ^ GTK_IMHTML_SMILEY); |
|
| 463 */ |
|
| 464 gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0); |
462 gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0); |
| 465 |
463 |
| 466 gtk_webview_append_html(GTK_WEBVIEW(webview), string->str); |
464 gtk_webview_append_html(GTK_WEBVIEW(webview), string->str); |
| 467 |
465 |
| 468 button = pidgin_dialog_add_button(GTK_DIALOG(win), GTK_STOCK_CLOSE, |
466 button = pidgin_dialog_add_button(GTK_DIALOG(win), GTK_STOCK_CLOSE, |