diff pidgin/gtkimhtml.c @ 19566:57d350900136

Tooltips can be for the buddylist or for conversation windows. A more appropriate fix for #2723.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 01 Sep 2007 23:50:22 +0000
parents 428562735971
children b99a158ea85e
line wrap: on
line diff
--- a/pidgin/gtkimhtml.c	Sat Sep 01 23:09:41 2007 +0000
+++ b/pidgin/gtkimhtml.c	Sat Sep 01 23:50:22 2007 +0000
@@ -2101,9 +2101,9 @@
 	}
 
 	*type = -1;
-	*len = close - string + 1;
-	*tag = g_strndup(string, *len - 1);
-	return TRUE;
+	*len = 0; //close - string + 1;
+	*tag = NULL; //g_strndup(string, *len - 1);
+	return FALSE;
 }
 
 static gchar*