/pidgin/main: d268154529ff: Remove GtkImHtml dependency from xmp...
Tomasz Wasilczyk
twasilczyk at pidgin.im
Fri Jan 31 07:52:52 EST 2014
Changeset: d268154529ff84810920f8dfeef38a6754430598
Author: Tomasz Wasilczyk <twasilczyk at pidgin.im>
Date: 2014-01-31 13:52 +0100
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/d268154529ff
Description:
Remove GtkImHtml dependency from xmpp console plugin
diffstat:
pidgin/plugins/xmppconsole.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (19 lines):
diff --git a/pidgin/plugins/xmppconsole.c b/pidgin/plugins/xmppconsole.c
--- a/pidgin/plugins/xmppconsole.c
+++ b/pidgin/plugins/xmppconsole.c
@@ -25,7 +25,6 @@
#include "prpl.h"
#include "xmlnode.h"
-#include "gtkimhtml.h"
#include "gtkwebview.h"
#include "gtkutils.h"
@@ -865,7 +864,6 @@ create_console(PurplePluginAction *actio
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);
More information about the Commits
mailing list