changeset 30198:0c41b5c08cdc

jabber: Oops, forgot to save the file before the last commit. The thumbnail code uses this function with alt==NULL
author Paul Aurich <paul@darkrain42.org>
date Thu, 17 Jun 2010 01:30:06 +0000
parents 8cd8c26ea2f9
children 24ed54cf50b9
files libpurple/protocols/jabber/data.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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));