fix root dir type
authorMaksym Veremeyenko <verem@m1stereo.tv>
Mon, 9 Jul 2012 22:37:32 +0000 (01:37 +0300)
committerMaksym Veremeyenko <verem@m1stereo.tv>
Mon, 9 Jul 2012 22:37:32 +0000 (01:37 +0300)
src/library.c

index 4452aaa..f800a69 100644 (file)
@@ -67,7 +67,7 @@ static int library_init_load(instance_t* app)
     gtk_tree_store_append(tree_store, &iter, NULL);
     gtk_tree_store_set(tree_store, &iter,
         0, app->library.icons[0],
-        1, "<dir>>",
+        1, "<dir>",
         2, "LIBRARY",
         3, NULL,
         4, NULL,