From ebe3091560a859996a9904c342c62b512b39bee0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 17 Sep 2003 08:01:37 +0000 Subject: const --- openbox/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/frame.c') diff --git a/openbox/frame.c b/openbox/frame.c index fda6c86b..50534823 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -646,7 +646,7 @@ static void layout_title(ObFrame *self) } } -ObFrameContext frame_context_from_string(char *name) +ObFrameContext frame_context_from_string(const gchar *name) { if (!g_ascii_strcasecmp("Desktop", name)) return OB_FRAME_CONTEXT_DESKTOP; -- cgit v1.2.3