Sun, 30 Dec 2007 10:06:51 +0000 |
Evan Schoenberg |
Fixed a leak
|
Fri, 28 Dec 2007 17:14:52 +0000 |
Evan Schoenberg |
Ensure js->sasl is not NULL before using it in jabber_auth_handle_success(). This was, I believe, the source of the crash stu reported when my DIGEST-MD5 hack was in place; while js->sasl will probably be non-NULL whenever we reach this code point now, it's more robust to verify it here since that's an assumption originating in another function.
|
Fri, 28 Dec 2007 05:54:50 +0000 |
Evan Schoenberg |
purple_timeout_remove(), not g_source_remove(), must be used to remove a timeout added by purple_timeout_add(). The latter works when the glib run loop is being used but not when any other eventloop implementation is in use.
|
Fri, 28 Dec 2007 02:49:23 +0000 |
Stu Tomlinson |
merge of '791803b6696dd26a5193ad76f80dbc7c6cb2687a'
|
Fri, 28 Dec 2007 01:57:17 +0000 |
Sadrul Habib Chowdhury |
Add tooltips to the plugin window. I did it mostly to test the new tooltip
|
Fri, 28 Dec 2007 01:38:41 +0000 |
Sadrul Habib Chowdhury |
Use the new tooltip functions to draw the tooltips in the conversation window.
|
Thu, 27 Dec 2007 16:29:58 +0000 |
Daniel Atallah |
Prevent a divide by zero. Fixes #4490.
|
Wed, 26 Dec 2007 02:49:24 +0000 |
Sadrul Habib Chowdhury |
merge of 'c0a74e417ec8993798705c2cbfca7b7d8b0bc514'
|
Wed, 26 Dec 2007 02:26:27 +0000 |
Ka-Hing Cheung |
fix a leak
|
Wed, 26 Dec 2007 01:19:18 +0000 |
Ka-Hing Cheung |
fix a double free
|
Tue, 25 Dec 2007 23:00:27 +0000 |
Will Thompson |
merge of 'c000ab1012a7be103452c357fb103e5bddeb99d7'
|
Tue, 25 Dec 2007 22:59:15 +0000 |
Will Thompson |
Yes, we really can use qsort(3) rather than reimplementing it. I've tested
|
Tue, 25 Dec 2007 08:49:35 +0000 |
Sadrul Habib Chowdhury |
Double clicking the column header/divider, or in the 'enabled' column shouldn't bring up the account-modify window. Fixes #3733.
|
Tue, 25 Dec 2007 06:38:17 +0000 |
Mark Doliner |
Infinitesimally better debug message
|
Tue, 25 Dec 2007 05:53:23 +0000 |
Mark Doliner |
Should be safe to get rid of this now
|
Tue, 25 Dec 2007 04:16:23 +0000 |
Mark Doliner |
Don't print "no" twice when we can't find a library
|