chiark / gitweb /
right click on directories in choose tab
[disorder] / disobedience / properties.c
index ce1cb53e48643ac11c8a53d10ca50a40e565df23..e02bb28cf42aded1fee6b14c281803f27a93921e 100644 (file)
@@ -171,7 +171,7 @@ static void propagate_clicked(GtkButton attribute((unused)) *button,
   }
 }
 
-void properties(int ntracks, char **tracks) {
+void properties(int ntracks, const char **tracks) {
   int n, m;
   struct prefdata *f;
   GtkWidget *hbox, *vbox, *button, *label, *entry, *propagate, *content;