Mercurial > pidgin
log
age | author | description |
---|---|---|
Sun, 30 Dec 2007 13:53:57 +0000 | Sadrul Habib Chowdhury | Fix a double-free when unloading dependent plugins. Fixes #4488. |
Wed, 02 Jan 2008 06:36:35 +0000 | Evan Schoenberg | Keep track of the keepalive timeout source so it can be removed when the account disconnects. This prevents a possible crash if the timeout fired after the account disconnected. |
Sun, 30 Dec 2007 10:07:50 +0000 | Evan Schoenberg | merge of 'a8b520be697763fb22572a1a5f50fe2d01738644' |
Sun, 30 Dec 2007 12:36:56 +0000 | Will Thompson | I think that now that it's easy to re-enable accounts that got a connection |
Sat, 29 Dec 2007 23:27:11 +0000 | Ka-Hing Cheung | bring ChangeLog.win32 up2date with 2.3.1 |
Sat, 29 Dec 2007 23:25:14 +0000 | Sadrul Habib Chowdhury | nacho points out that we need to connect to 'style-set' on a widget that uses the default style, because the signal is not emitted for widgets that uses custom styles. This is part of his earlier patch. References #4351. |