Mercurial > pidgin.yaz
log libpurple/idle.c @ 30018:7ed0ddbdd2a8
age | author | description |
---|---|---|
Tue, 28 Apr 2009 15:47:36 +0000 | Paul Aurich | Adjust some idle handling code to fix "wedging" idle reporting into never |
Mon, 26 Jan 2009 06:44:00 +0000 | Mark Doliner | Remove trailing whitespace |
Tue, 06 Jan 2009 03:39:51 +0000 | Paul Aurich | Patch from Paul Aurich to add purple_strequal to help readability and simplicity of code. Ie, don't need to negate the value of strcmp, since this does a strcmp and does the negation for us |
Thu, 26 Jun 2008 01:18:05 +0000 | Stu Tomlinson | applied changes from 7f7111ed9e5924db9e740ad354fce8fb82445b1e |
Fri, 02 May 2008 06:15:33 +0000 | Mark Doliner | Don't try to tell the IM network that we're not idle when we disconnect. |
Sun, 27 Jan 2008 20:52:53 +0000 | Mark Doliner | Change some g_idle_add(...) calls in libpurple to purple_timeout_add(0, ...) |