comparison pidgin/gtkimhtml.c @ 19567:b99a158ea85e

disapproval of revision 'c672802b647f1230fbd9b0edf383fb3d558cf719'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 02 Sep 2007 00:03:43 +0000
parents 57d350900136
children d24b19e3db5a
comparison
equal deleted inserted replaced
19566:57d350900136 19567:b99a158ea85e
2099 return TRUE; 2099 return TRUE;
2100 } 2100 }
2101 } 2101 }
2102 2102
2103 *type = -1; 2103 *type = -1;
2104 *len = 0; //close - string + 1; 2104 *len = close - string + 1;
2105 *tag = NULL; //g_strndup(string, *len - 1); 2105 *tag = g_strndup(string, *len - 1);
2106 return FALSE; 2106 return TRUE;
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)