mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
GApplication: reply to ActivateAction
Send a reply for org.freedesktop.Application.ActivateAction calls. We missed this before because nobody was waiting for it.
This commit is contained in:
parent
06b968b6db
commit
8ead9055b9
@ -282,6 +282,8 @@ g_application_impl_method_call (GDBusConnection *connection,
|
||||
g_variant_unref (parameter);
|
||||
|
||||
g_variant_unref (platform_data);
|
||||
|
||||
g_dbus_method_invocation_return_value (invocation, NULL);
|
||||
}
|
||||
else
|
||||
g_assert_not_reached ();
|
||||
|
Loading…
Reference in New Issue
Block a user