From d171d8ae09b4b735a0b1b0321582aa675889a3b9 Mon Sep 17 00:00:00 2001 From: Maksym Veremeyenko Date: Tue, 10 Jul 2012 01:37:32 +0300 Subject: [PATCH] fix root dir type --- src/library.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/library.c b/src/library.c index 4452aaa..f800a69 100644 --- a/src/library.c +++ b/src/library.c @@ -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, ">", + 1, "", 2, "LIBRARY", 3, NULL, 4, NULL, -- 1.7.4.4