summaryrefslogtreecommitdiff
path: root/openbox/action.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-17 08:01:37 +0000
committerDana Jansens <danakj@orodu.net>2003-09-17 08:01:37 +0000
commitebe3091560a859996a9904c342c62b512b39bee0 (patch)
treefd733567f8aec40b7b9bafecc592f0da43ed47a7 /openbox/action.c
parent16f46c296d1fcd3f27fc62a18e71c55fb3fd3e88 (diff)
const
Diffstat (limited to 'openbox/action.c')
-rw-r--r--openbox/action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/action.c b/openbox/action.c
index fa6e3cc2..a395af2d 100644
--- a/openbox/action.c
+++ b/openbox/action.c
@@ -704,7 +704,7 @@ ActionString actionstrings[] =
}
};
-ObAction *action_from_string(char *name, ObUserAction uact)
+ObAction *action_from_string(const gchar *name, ObUserAction uact)
{
ObAction *a = NULL;
gboolean exist = FALSE;