Fix LifecycleRequest handler by returning a boolean value
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Thu, 26 Jul 2012 13:07:59 +0000 (14:07 +0100)
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Thu, 26 Jul 2012 13:07:59 +0000 (14:07 +0100)
commitf8c9896cae0d7bbd5cf5c83b452fc365684848d8
tree9c3fc0bfa231f36e505811817a16c644b40a13d2
parent21162d717fd8492b691975da9601d6e668215d20
Fix LifecycleRequest handler by returning a boolean value

This caused a GLib-internal critical warning about g_object_unref being
called with something that wasn't a GObject. It works fine now.
boot-manager/boot-manager-application.c