Skip to content

Commit 69efb4c

Browse files
committed
AstalTray: reduce dbus call timeout
1 parent e9c4963 commit 69efb4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/tray/trayItem.vala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ public class TrayItem : Object {
209209
path
210210
);
211211

212+
proxy.g_default_timeout = 1000;
213+
212214
connection_ids.append(proxy.NewStatus.connect(refresh_all_properties));
213215
connection_ids.append(proxy.NewToolTip.connect(refresh_all_properties));
214216
connection_ids.append(proxy.NewTitle.connect(refresh_all_properties));

0 commit comments

Comments
 (0)