pidgin/pidgin

d268154529ff
Parents 36f94ccd848b
Children add13288757e
Remove GtkImHtml dependency from xmpp console plugin
--- a/pidgin/plugins/xmppconsole.c Fri Jan 31 13:35:50 2014 +0100
+++ b/pidgin/plugins/xmppconsole.c Fri Jan 31 13:52:45 2014 +0100
@@ -25,7 +25,6 @@
#include "prpl.h"
#include "xmlnode.h"
-#include "gtkimhtml.h"
#include "gtkwebview.h"
#include "gtkutils.h"
@@ -865,7 +864,6 @@
gtk_box_pack_start(GTK_BOX(vbox), toolbar, FALSE, FALSE, 0);
console->entry = gtk_webview_new(TRUE);
- gtk_webview_hide_toolbar(GTK_WEBVIEW(console->entry));
gtk_webview_set_whole_buffer_formatting_only(GTK_WEBVIEW(console->entry), TRUE);
g_signal_connect(G_OBJECT(console->entry),"key-press-event", G_CALLBACK(message_send_cb), console);