Skip to content

Commit

Permalink
xapp-status-icon.c: Fix the timeout duration for xapp_status_icon_any…
Browse files Browse the repository at this point in the history
…_monitors.
  • Loading branch information
mtwebster committed Jan 9, 2020
1 parent cb65f3a commit 51bfbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libxapp/xapp-status-icon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,7 @@ xapp_status_icon_any_monitors (void)
NULL,
G_VARIANT_TYPE ("(as)"),
G_DBUS_CALL_FLAGS_NONE,
2, NULL, &error);
/* 10 seconds */ 10 * 1000, NULL, &error);

if (result)
{
Expand Down

0 comments on commit 51bfbcd

Please sign in to comment.