pidgin/gtkdialogs.c

branch
soc.2013.gobjectification.plugins
changeset 36459
b52f5391d12d
parent 36440
58d31fb6330a
parent 34874
e03d555394c5
child 36512
35b1e42281e5
equal deleted inserted replaced
36458:a9cccad073e9 36459:b52f5391d12d
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