Mercurial > pidgin.yaz
log
age | author | description |
---|---|---|
Thu, 27 Sep 2007 04:41:04 +0000 | Daniel Atallah | A few leak plugs, some unnecessary allocation prevention, null pointer deref fixes and general robustness fixes. I'm sure there is more to do here, I got tired... Fixes #3308 |
Wed, 26 Sep 2007 21:03:16 +0000 | Daniel Atallah | Ugly hacky fix so that it looks like docklet clicks on win32 come from a gdk event so that it causes the unread tab to receive focus. Fixes #3197. |
Wed, 26 Sep 2007 19:55:33 +0000 | Jeffrey Connelly | Remove g_assert() from msimprpl. |
Fri, 28 Sep 2007 00:33:12 +0000 | Evan Schoenberg | serv_got_attention() doesn't expect an escaped string; it just wants a name. The str variable was unused. |