From: <lsc...@us...> - 2006-11-10 14:31:03
|
Revision: 17733 http://svn.sourceforge.net/gaim/?rev=17733&view=rev Author: lschiere Date: 2006-11-10 06:30:45 -0800 (Fri, 10 Nov 2006) Log Message: ----------- (09:20:58) Err: LSchiere: http://garand.ipx.ath.cx/~jtb/gaim_inline_function.patch <-- this fixes the bug that Alver and I just discussed (09:21:07) Alver: Right, fixed it. (09:28:41) Err: it's a one-liner - it shouldn't break anything, ever (bold words) Modified Paths: -------------- trunk/libgaim/util.c Modified: trunk/libgaim/util.c =================================================================== --- trunk/libgaim/util.c 2006-11-10 13:53:04 UTC (rev 17732) +++ trunk/libgaim/util.c 2006-11-10 14:30:45 UTC (rev 17733) @@ -2577,7 +2577,7 @@ #endif } -inline gboolean +gboolean gaim_running_osx(void) { #if defined(__APPLE__) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |