# HG changeset patch # User Paul Aurich # Date 1276738206 0 # Node ID 0c41b5c08cdca502ca53d6b4761c85c01598881e # Parent 8cd8c26ea2f996c82bf635ea4aaa38675f8b530c jabber: Oops, forgot to save the file before the last commit. The thumbnail code uses this function with alt==NULL diff -r 8cd8c26ea2f9 -r 0c41b5c08cdc libpurple/protocols/jabber/data.c --- a/libpurple/protocols/jabber/data.c Thu Jun 17 01:26:02 2010 +0000 +++ b/libpurple/protocols/jabber/data.c Thu Jun 17 01:30:06 2010 +0000 @@ -371,7 +371,6 @@ jabber_data_associate_local(JabberData *data, const gchar *alt) { g_return_if_fail(data != NULL); - g_return_if_fail(alt != NULL); purple_debug_info("jabber", "associating local data object\n alt = %s, cid = %s\n", alt , jabber_data_get_cid(data));