From ebe3091560a859996a9904c342c62b512b39bee0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 17 Sep 2003 08:01:37 +0000 Subject: const --- openbox/action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/action.c') 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; -- cgit v1.2.3