| 587 |
587 |
| 588 /* Add the gtkwebview */ |
588 /* Add the gtkwebview */ |
| 589 frame = pidgin_create_webview(FALSE, &win->text, NULL); |
589 frame = pidgin_create_webview(FALSE, &win->text, NULL); |
| 590 pidgin_webview_set_format_functions(PIDGIN_WEBVIEW(win->text), |
590 pidgin_webview_set_format_functions(PIDGIN_WEBVIEW(win->text), |
| 591 PIDGIN_WEBVIEW_ALL ^ PIDGIN_WEBVIEW_SMILEY ^ PIDGIN_WEBVIEW_IMAGE); |
591 PIDGIN_WEBVIEW_ALL ^ PIDGIN_WEBVIEW_SMILEY ^ PIDGIN_WEBVIEW_IMAGE); |
| 592 resource = gtkdebug_get_resource(); |
592 resource = pidgin_get_resource(); |
| 593 error = NULL; |
593 error = NULL; |
| 594 resource_bytes = g_resource_lookup_data(resource, |
594 resource_bytes = g_resource_lookup_data(resource, |
| 595 "/im/pidgin/Pidgin/gtkdebug.html", |
595 "/im/pidgin/Pidgin/gtkdebug.html", |
| 596 G_RESOURCE_LOOKUP_FLAGS_NONE, |
596 G_RESOURCE_LOOKUP_FLAGS_NONE, |
| 597 &error); |
597 &error); |