GApplication: reply to ActivateAction
authorRyan Lortie <desrt@desrt.ca>
Sun, 14 Jul 2013 21:11:59 +0000 (17:11 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sun, 14 Jul 2013 23:48:01 +0000 (19:48 -0400)
Send a reply for org.freedesktop.Application.ActivateAction calls.  We
missed this before because nobody was waiting for it.

gio/gapplicationimpl-dbus.c

index 6425c6e..d15e643 100644 (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 ();