pidgin/gtkdialogs.c

changeset 34274
9169710b5af5
parent 33955
55aa58076485
child 34301
8d4a4fea7357
child 34874
e03d555394c5
equal deleted inserted replaced
34273:76d667b32c6b 34274:9169710b5af5
471 tmp = g_strconcat(PIDGIN_NAME, " " DISPLAY_VERSION, NULL); 471 tmp = g_strconcat(PIDGIN_NAME, " " DISPLAY_VERSION, NULL);
472 atk_object_set_description(obj, tmp); 472 atk_object_set_description(obj, tmp);
473 g_free(tmp); 473 g_free(tmp);
474 gtk_box_pack_start(GTK_BOX(vbox), logo, FALSE, FALSE, 0); 474 gtk_box_pack_start(GTK_BOX(vbox), logo, FALSE, FALSE, 0);
475 475
476 frame = pidgin_create_webview(FALSE, &webview, NULL, NULL); 476 frame = pidgin_create_webview(FALSE, &webview, NULL);
477 gtk_webview_set_format_functions(GTK_WEBVIEW(webview), GTK_WEBVIEW_ALL ^ GTK_WEBVIEW_SMILEY); 477 gtk_webview_set_format_functions(GTK_WEBVIEW(webview), GTK_WEBVIEW_ALL ^ GTK_WEBVIEW_SMILEY);
478 gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0); 478 gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0);
479 479
480 gtk_webview_append_html(GTK_WEBVIEW(webview), string->str); 480 gtk_webview_append_html(GTK_WEBVIEW(webview), string->str);
481 481

mercurial