mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-06-09 00:10:18 +00:00
Relax freedesktop notification DBus timeouts
This commit is contained in:
@@ -75,7 +75,7 @@ notification_backend_show (const char *title, const char *text)
|
|||||||
"Notify",
|
"Notify",
|
||||||
g_variant_builder_end (¶ms),
|
g_variant_builder_end (¶ms),
|
||||||
G_DBUS_CALL_FLAGS_NONE,
|
G_DBUS_CALL_FLAGS_NONE,
|
||||||
1000,
|
-1,
|
||||||
NULL,
|
NULL,
|
||||||
(GAsyncReadyCallback)on_notify_ready,
|
(GAsyncReadyCallback)on_notify_ready,
|
||||||
NULL);
|
NULL);
|
||||||
@@ -108,7 +108,7 @@ notification_backend_init (const char **error)
|
|||||||
"GetCapabilities",
|
"GetCapabilities",
|
||||||
NULL,
|
NULL,
|
||||||
G_DBUS_CALL_FLAGS_NONE,
|
G_DBUS_CALL_FLAGS_NONE,
|
||||||
30,
|
1000,
|
||||||
NULL,
|
NULL,
|
||||||
&err);
|
&err);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user