Mercurial > pidgin.yaz
log
age | author | description |
---|---|---|
Fri, 27 Jul 2007 00:33:21 +0000 | Sean Egan | Redraw infopane after setting icons. I'm not sure why I need to do this. I'll look into it later. Fixes #1892 |
Fri, 27 Jul 2007 00:05:40 +0000 | Sean Egan | Fix idle reporting as discussed on devel@. Poll as needed when we're not idle, and poll frequently (once every three seconds) when we are. Fixes #1357 |
Wed, 25 Jul 2007 21:42:15 +0000 | Sean Egan | Remove Chinese characters from QQ smiley theme. GtkIMHtml does not properly handle smileys that use multi-byte characters, causing problems like http://img501.imageshack.us/img501/3457/pidginscreenshotoz2.jpg . That gtkimhtml bug should be fixed on its own, but according to mhuetsch the Chinese characters are just the descriptions and shouldn\'t be included in the file anyway. Fixes #1043 Fixes #1340 Fixes #716 |
Fri, 27 Jul 2007 10:44:11 +0000 | Sadrul Habib Chowdhury | Fix memory leak by freeing the list returned by gtk_container_get_children. |