X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=perf%2Ftreeview.c;h=4c5c2d7999815f398bc844110c9696f7d4be1619;hb=a5ef604ce5aa4aa9ad738aab8d64c8a665b7b6b1;hp=461a67a37749948932f53fd756d10298b1036e7d;hpb=b4f52020f0fd86ddda88cdded1e4e84b47f384b6;p=~andy%2Fgtk diff --git a/perf/treeview.c b/perf/treeview.c index 461a67a37..4c5c2d799 100644 --- a/perf/treeview.c +++ b/perf/treeview.c @@ -7,7 +7,7 @@ struct row_data { char *text2; }; -static struct row_data row_data[] = { +static const struct row_data row_data[] = { { GTK_STOCK_NEW, "First", "Here bygynneth the Book of the tales of Caunterbury." }, { GTK_STOCK_OPEN, "Second", "Whan that Aprille, with hise shoures soote," }, { GTK_STOCK_ABOUT, "Third", "The droghte of March hath perced to the roote" },