mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-01-06 19:40:18 +01:00
m-modem-manager: Set GDBusConnection before trying to use it
Fixes: 2794764d5a (m-modem-manager: add module for tracking status of voice calls)
Signed-off-by: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu>
This commit is contained in:
parent
27b6027649
commit
278541f637
1 changed files with 2 additions and 0 deletions
|
|
@ -209,6 +209,8 @@ list_calls_done (GObject * obj,
|
|||
return;
|
||||
}
|
||||
|
||||
g_object_get (wpmm->dbus, "connection", &conn, NULL);
|
||||
|
||||
g_variant_get (params, "(ao)", &calls);
|
||||
while (g_variant_iter_loop (calls, "o", &path)) {
|
||||
g_dbus_proxy_new (conn,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue