mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-04-21 08:50:43 +02:00
daemon: fix get_critical_action()
Fix copy&paste error from e7e9156f that called the wrong _complete_ function
for up_daemon_get_critical_action().
https://bugs.freedesktop.org/show_bug.cgi?id=94262
This commit is contained in:
parent
b68131796a
commit
28cee8e284
1 changed files with 2 additions and 2 deletions
|
|
@ -435,8 +435,8 @@ up_daemon_get_critical_action (UpExportedDaemon *skeleton,
|
|||
GDBusMethodInvocation *invocation,
|
||||
UpDaemon *daemon)
|
||||
{
|
||||
up_exported_daemon_complete_get_display_device (skeleton, invocation,
|
||||
up_backend_get_critical_action (daemon->priv->backend));
|
||||
up_exported_daemon_complete_get_critical_action (skeleton, invocation,
|
||||
up_backend_get_critical_action (daemon->priv->backend));
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue