pidgin/gtkdialogs.c

branch
gtkdoc-conversion
changeset 35500
ae6432ea326f
parent 35499
c4c5e0a670b1
child 35527
707c3c2b2c8a
child 37102
63a5361c11a1
equal deleted inserted replaced
35499:c4c5e0a670b1 35500:ae6432ea326f
476 atk_object_set_description(obj, tmp); 476 atk_object_set_description(obj, tmp);
477 g_free(tmp); 477 g_free(tmp);
478 gtk_box_pack_start(GTK_BOX(vbox), logo, FALSE, FALSE, 0); 478 gtk_box_pack_start(GTK_BOX(vbox), logo, FALSE, FALSE, 0);
479 479
480 frame = pidgin_create_webview(FALSE, &webview, NULL); 480 frame = pidgin_create_webview(FALSE, &webview, NULL);
481 gtk_webview_set_format_functions(GTK_WEBVIEW(webview), GTK_WEBVIEW_ALL ^ GTK_WEBVIEW_SMILEY); 481 pidgin_webview_set_format_functions(PIDGIN_WEBVIEW(webview), PIDGIN_WEBVIEW_ALL ^ PIDGIN_WEBVIEW_SMILEY);
482 gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0); 482 gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0);
483 483
484 gtk_webview_append_html(GTK_WEBVIEW(webview), string->str); 484 pidgin_webview_append_html(PIDGIN_WEBVIEW(webview), string->str);
485 485
486 button = pidgin_dialog_add_button(GTK_DIALOG(win), GTK_STOCK_CLOSE, 486 button = pidgin_dialog_add_button(GTK_DIALOG(win), GTK_STOCK_CLOSE,
487 G_CALLBACK(destroy_win), win); 487 G_CALLBACK(destroy_win), win);
488 488
489 gtk_widget_set_can_default(button, TRUE); 489 gtk_widget_set_can_default(button, TRUE);

mercurial