use const char*'s when we should be
[mikachu/openbox.git] / openbox / client_menu.c
index e9922bd..7f18845 100644 (file)
@@ -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) {