r6884 - dumbhippo/trunk/client/common/ddm
- From: commits mugshot org
- To: online-desktop-list gnome org
- Subject: r6884 - dumbhippo/trunk/client/common/ddm
- Date: Thu, 8 Nov 2007 15:24:40 -0600 (CST)
Author: otaylor
Date: 2007-11-08 15:24:37 -0600 (Thu, 08 Nov 2007)
New Revision: 6884
Modified:
dumbhippo/trunk/client/common/ddm/ddm-data-query.c
Log:
Fix incorrect g_return_if_fail() that was breaking the code to turn a failed getResource into an error
Modified: dumbhippo/trunk/client/common/ddm/ddm-data-query.c
===================================================================
--- dumbhippo/trunk/client/common/ddm/ddm-data-query.c 2007-11-08 21:23:15 UTC (rev 6883)
+++ dumbhippo/trunk/client/common/ddm/ddm-data-query.c 2007-11-08 21:24:37 UTC (rev 6884)
@@ -390,7 +390,6 @@
{
g_return_if_fail(query != NULL);
g_return_if_fail(message != NULL);
- g_return_if_fail(query->results == NULL);
g_debug("%s: Got error response: %s (%d)", query->id_string, message != NULL ? message : "<null>", error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]