]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktreedatalist.c
Translation updated by Ivar Smolin.
[~andy/gtk] / gtk / gtktreedatalist.c
index ad3c1eccc2156cbd037e311a3ae81b519a0cead2..a70a53d8205858a459b94d996d06de3435fc80ab 100644 (file)
@@ -21,8 +21,8 @@
  */
 
 #include <config.h>
-#include "gtkalias.h"
 #include "gtktreedatalist.h"
+#include "gtkalias.h"
 #include <string.h>
 static GMemChunk *tree_chunk = NULL;
 #define TREE_CHUNK_PREALLOCS 64
@@ -75,7 +75,7 @@ gboolean
 _gtk_tree_data_list_check_type (GType type)
 {
   gint i = 0;
-  static GType type_list[] =
+  static const GType type_list[] =
   {
     G_TYPE_BOOLEAN,
     G_TYPE_CHAR,