comparison 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
comparison
equal deleted inserted replaced
19565:4691b5f80ac8 19566:57d350900136
2099 return TRUE; 2099 return TRUE;
2100 } 2100 }
2101 } 2101 }
2102 2102
2103 *type = -1; 2103 *type = -1;
2104 *len = close - string + 1; 2104 *len = 0; //close - string + 1;
2105 *tag = g_strndup(string, *len - 1); 2105 *tag = NULL; //g_strndup(string, *len - 1);
2106 return TRUE; 2106 return FALSE;
2107 } 2107 }
2108 2108
2109 static gchar* 2109 static gchar*
2110 gtk_imhtml_get_html_opt (gchar *tag, 2110 gtk_imhtml_get_html_opt (gchar *tag,
2111 const gchar *opt) 2111 const gchar *opt)