projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b9bf50
)
Workaround for hanging hints #349.
author
Daniel Carl
<danielcarl@gmx.de>
Sun, 7 May 2017 12:41:51 +0000
(14:41 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Sun, 7 May 2017 12:41:51 +0000
(14:41 +0200)
src/ext-proxy.c
patch
|
blob
|
history
diff --git
a/src/ext-proxy.c
b/src/ext-proxy.c
index
4bee71c
..
2cb2896
100644
(file)
--- a/
src/ext-proxy.c
+++ b/
src/ext-proxy.c
@@
-213,7
+213,7
@@
static GVariant *dbus_call_sync(Client *c, const char *method, GVariant *param)
}
result = g_dbus_proxy_call_sync(c->dbusproxy, method, param,
- G_DBUS_CALL_FLAGS_NONE,
-1
, NULL, &error);
+ G_DBUS_CALL_FLAGS_NONE,
500
, NULL, &error);
if (error) {
g_warning("Failed dbus method %s: %s", method, error->message);