# HG changeset patch # User Evan Schoenberg # Date 1218915665 0 # Node ID 55fdb7a28a7a7e3d81e6041a200f55996bc46428 # Parent 240d847e9e882095cd47ddafc6ba7795d3f94935# Parent 4b920b9ea9ca4adc28376b3fb36c11f1a9e2b10f merge of '81070314dbb1793818b946813e1f0cdfda74f7ca' and 'bbc2518a5d7e36300f61d147b8133431841f6c9f' diff -r 240d847e9e88 -r 55fdb7a28a7a libpurple/protocols/gg/gg.c --- a/libpurple/protocols/gg/gg.c Sat Aug 16 17:25:33 2008 +0000 +++ b/libpurple/protocols/gg/gg.c Sat Aug 16 19:41:05 2008 +0000 @@ -1834,7 +1834,7 @@ int new_status, new_status_descr; const char *new_msg; - g_return_val_if_fail(msg == NULL, 0); + g_return_val_if_fail(msg != NULL, 0); purple_debug_info("gg", "ggp_to_gg_status: Requested status = %s\n", status_id);