pidgin: 6bee9aee: Don't try to get a tag from a gtkwebview...

qulogic at pidgin.im qulogic at pidgin.im
Sun Sep 11 00:57:46 EDT 2011


----------------------------------------------------------------------
Revision: 6bee9aeec299196df3421d8fa5d0c663ae9f9e88
Parent:   ded885990211d68baf28ce334d029d8c55bbb3f3
Author:   qulogic at pidgin.im
Date:     09/11/11 00:52:21
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/6bee9aeec299196df3421d8fa5d0c663ae9f9e88

Changelog: 

Don't try to get a tag from a gtkwebview.

Changes against parent ded885990211d68baf28ce334d029d8c55bbb3f3

  patched  pidgin/gtkconv.c

-------------- next part --------------
============================================================
--- pidgin/gtkconv.c	3c53270bb75beb8f405ec03855cadea9c72dbdbd
+++ pidgin/gtkconv.c	3353757a6fcdbda18fc84805d5a787e6d304bcc3
@@ -4047,10 +4047,13 @@ add_chat_buddy_common(PurpleConversation
 	g_free(tmp);
 
 	if (is_me) {
+#if 0
+		/* FIXME: No tags in webkit stuff, yet. */
 		GtkTextTag *tag = gtk_text_tag_table_lookup(
 				gtk_text_buffer_get_tag_table(GTK_IMHTML(gtkconv->webview)->text_buffer),
 				"send-name");
 		g_object_get(tag, "foreground-gdk", &color, NULL);
+#endif
 	} else {
 		GtkTextTag *tag;
 		if ((tag = get_buddy_tag(conv, name, 0, FALSE)))


More information about the Commits mailing list