# HG changeset patch # User Luke Schierer # Date 1163169045 0 # Node ID e1446f88650cc803aaf330a1c4173c0164b82e1f # Parent 3e8ae7a4fa0e030585c64010dc51562f46ff8891 [gaim-migrate @ 17733] (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) committer: Tailor Script diff -r 3e8ae7a4fa0e -r e1446f88650c libgaim/util.c --- a/libgaim/util.c Fri Nov 10 13:53:04 2006 +0000 +++ b/libgaim/util.c Fri Nov 10 14:30:45 2006 +0000 @@ -2577,7 +2577,7 @@ #endif } -inline gboolean +gboolean gaim_running_osx(void) { #if defined(__APPLE__)