mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-07 10:48:07 +02:00
Add missing D-Bus return in up_qos_cancel_request()
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
This commit is contained in:
parent
fa536eacc4
commit
d815c491eb
1 changed files with 2 additions and 0 deletions
|
|
@ -395,6 +395,8 @@ up_qos_cancel_request (UpQos *qos, guint cookie, DBusGMethodInvocation *context)
|
|||
/* TODO: if persistent remove from datadase */
|
||||
|
||||
g_signal_emit (qos, signals [REQUESTS_CHANGED], 0);
|
||||
|
||||
dbus_g_method_return (context, NULL);
|
||||
out:
|
||||
if (subject != NULL)
|
||||
g_object_unref (subject);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue