changeset 11096:b064c34eff56

[gaim-migrate @ 13124] Death to the chat nick underline! As a sidenote, I'm not sure gtkconv.c is the right place for this feature. What about introducing some markup like <nick>SeanEgn</nick> and have GtkIMHtml emit signals for it? committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 12 Jul 2005 06:01:01 +0000
parents eeefaa62f5a2
children 97b47ec310df
files src/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkconv.c	Tue Jul 12 05:30:23 2005 +0000
+++ b/src/gtkconv.c	Tue Jul 12 06:01:01 2005 +0000
@@ -4843,9 +4843,7 @@
 
 	if (buddytag == NULL) {
 		buddytag = gtk_text_buffer_create_tag(
-				GTK_IMHTML(gtkconv->imhtml)->text_buffer, str,
-				"underline", PANGO_UNDERLINE_SINGLE,
-				"underline-set", TRUE, NULL);
+				GTK_IMHTML(gtkconv->imhtml)->text_buffer, str, NULL);
 
 		g_signal_connect(G_OBJECT(buddytag), "event",
 				G_CALLBACK(buddytag_event), conv);