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:
Ryan Lortie 2013-07-14 17:11:59 -04:00
parent 06b968b6db
commit 8ead9055b9

View File

@ -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 ();