Mercurial > pidgin.yaz
changeset 16215:9d9ddc45c07b
merge of '28b9b747c33511754217017badcbdf3fa96ad1ee'
and 'e6059e2d9be3c263a9cb6406e2dab0119acf9e03'
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Mon, 16 Apr 2007 23:19:38 +0000 |
parents | 628b4a0f69f0 (current diff) 7f1252c6ff6e (diff) |
children | 6118bd3c9a7c |
files | pidgin/pixmaps/tb_drag_arrow_down.xpm pidgin/pixmaps/tb_drag_arrow_left.xpm pidgin/pixmaps/tb_drag_arrow_right.xpm pidgin/pixmaps/tb_drag_arrow_up.xpm |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/util.c Mon Apr 16 22:03:31 2007 +0000 +++ b/libpurple/util.c Mon Apr 16 23:19:38 2007 +0000 @@ -1685,9 +1685,9 @@ if (strncasecmp(str2+st, "href=", 5) == 0) { st += 5; - if (str2[st] == '"') + if (str2[st] == '"' || str2[st] == '\'') { - delim = '"'; + delim = str2[st]; st++; } break;