pidgin: fb186fe2: the 2.10.10 check is wrong. if 0 this u…

seanegan at pidgin.im seanegan at pidgin.im
Sat Mar 1 17:55:48 EST 2008


-----------------------------------------------------------------
Revision: fb186fe2307039838fc0d044506008a9eb2f8438
Ancestor: 7a8f58fc7611c332a05ed1c1b8417be24c9cf981
Author: seanegan at pidgin.im
Date: 2008-02-22T07:03:15
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/fb186fe2307039838fc0d044506008a9eb2f8438

Modified files:
        pidgin/gtkimhtml.c

ChangeLog: 

the 2.10.10 check is wrong. if 0 this until it's figured out.

-------------- next part --------------
============================================================
--- pidgin/gtkimhtml.c	20f62765929b6a163984f56c70dedc9da137b5ac
+++ pidgin/gtkimhtml.c	1006316c3d31daf636e2e442eb8de06d850f728e
@@ -1455,7 +1455,7 @@ static void gtk_imhtml_init (GtkIMHtml *
 	gtk_text_buffer_create_tag(imhtml->text_buffer, "SUP", "rise", 5000, NULL);
 	gtk_text_buffer_create_tag(imhtml->text_buffer, "PRE", "family", "Monospace", NULL);
 	gtk_text_buffer_create_tag(imhtml->text_buffer, "search", "background", "#22ff00", "weight", "bold", NULL);
-#if GTK_CHECK_VERSION(2,10,10)
+#if 0
 	gtk_text_buffer_create_tag(imhtml->text_buffer, "comment", "invisible", FALSE, NULL);
 #endif
 
@@ -2984,7 +2984,7 @@ void gtk_imhtml_insert_html_at_iter(GtkI
 
 					gtk_text_buffer_insert(imhtml->text_buffer, iter, ws, wpos);
 
-#if GTK_CHECK_VERSION(2,10,10)
+#if 0
 					wpos = g_snprintf (ws, len, "%s", tag);
 					gtk_text_buffer_insert_with_tags_by_name(imhtml->text_buffer, iter, ws, wpos, "comment", NULL);
 #else
@@ -3138,7 +3138,7 @@ void       gtk_imhtml_show_comments    (
 void       gtk_imhtml_show_comments    (GtkIMHtml        *imhtml,
 					gboolean          show)
 {
-#if GTK_CHECK_VERSION(2,10,10)
+#if 0
 	GtkTextTag *tag;
 	tag = gtk_text_tag_table_lookup(gtk_text_buffer_get_tag_table(imhtml->text_buffer), "comment");
 	if (tag)


More information about the Commits mailing list