--- src/actions.c.orig 2013-01-16 09:06:19 UTC +++ src/actions.c @@ -30,6 +30,8 @@ static const char* actstr[] = {"cancel", "logout", "shutdown", "restart", "lock", "switch", "suspend", "hibernate", "custom"}; +GMainLoop *timeout_loop = NULL; + gboolean runActionCommand(Action action) { g_assert(action != ACTION_NONE);