| 307 pidgin_webview_set_spellcheck(PIDGIN_WEBVIEW(webview), TRUE); |
307 pidgin_webview_set_spellcheck(PIDGIN_WEBVIEW(webview), TRUE); |
| 308 gtk_widget_show(webview); |
308 gtk_widget_show(webview); |
| 309 |
309 |
| 310 if (editable) { |
310 if (editable) { |
| 311 pidgin_webviewtoolbar_attach(PIDGIN_WEBVIEWTOOLBAR(toolbar), webview); |
311 pidgin_webviewtoolbar_attach(PIDGIN_WEBVIEWTOOLBAR(toolbar), webview); |
| 312 pidgin_webviewtoolbar_associate_smileys(PIDGIN_WEBVIEWTOOLBAR(toolbar), "default"); |
|
| 313 pidgin_webview_set_toolbar(PIDGIN_WEBVIEW(webview), toolbar); |
312 pidgin_webview_set_toolbar(PIDGIN_WEBVIEW(webview), toolbar); |
| 314 } |
313 } |
| 315 pidgin_setup_webview(webview); |
314 pidgin_setup_webview(webview); |
| 316 |
315 |
| 317 sw = pidgin_make_scrollable(webview, GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC, GTK_SHADOW_NONE, -1, -1); |
316 sw = pidgin_make_scrollable(webview, GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC, GTK_SHADOW_NONE, -1, -1); |