You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
330 B
11 lines
330 B
--- 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);
|
|
|