projects
/
browser-dbus-bridge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
124c7b0
)
[jscore] Don't assert on pending reply message since we might not get one
author
Kalle Vahlman
<kalle.vahlman@movial.com>
Fri, 6 Feb 2009 10:55:19 +0000
(12:55 +0200)
committer
Kalle Vahlman
<kalle.vahlman@movial.com>
Fri, 6 Feb 2009 10:55:19 +0000
(12:55 +0200)
jscorebus/jscorebus-method.c
patch
|
blob
|
history
diff --git
a/jscorebus/jscorebus-method.c
b/jscorebus/jscorebus-method.c
index 892ad886a3b01c932667aa7db3153c431bfd3dbb..032b7d796448df09d9a1e65c61f176a35a9cbcfe 100644
(file)
--- a/
jscorebus/jscorebus-method.c
+++ b/
jscorebus/jscorebus-method.c
@@
-305,7
+305,6
@@
void pending_call_notify(DBusPendingCall *pending,
g_assert(user_data != NULL);
priv = (MethodPrivate *)user_data;
- g_assert(priv->pending_reply != NULL);
if (pending == NULL)
{