From 3678f8df8a3d2f5fb20d07d9124c3f0b8618ca5d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 18 Mar 2007 15:07:30 +0000 Subject: use const char*'s when we should be --- openbox/client_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/client_menu.c') diff --git a/openbox/client_menu.c b/openbox/client_menu.c index e9922bdd..7f188456 100644 --- a/openbox/client_menu.c +++ b/openbox/client_menu.c @@ -136,7 +136,7 @@ static void send_to_update(ObMenuFrame *frame, gpointer data) return; for (i = 0; i <= screen_num_desktops; ++i) { - gchar *name; + const gchar *name; guint desk; if (i >= screen_num_desktops) { -- cgit v1.2.3