aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/namespace.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/namespace.c')
-rw-r--r--src/plugins/fs/namespace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fs/namespace.c b/src/plugins/fs/namespace.c
index 5a4056ae..175f4f6a 100644
--- a/src/plugins/fs/namespace.c
+++ b/src/plugins/fs/namespace.c
@@ -161,6 +161,7 @@ static GtkWidget * makeNamespaceFrame(GtkWidget ** treeview,
161 */ 161 */
162static int updateView(const ECRS_FileInfo * fi, 162static int updateView(const ECRS_FileInfo * fi,
163 const HashCode512 * key, 163 const HashCode512 * key,
164 int isRoot,
164 void * closure) { 165 void * closure) {
165 GtkTreeModel * model = GTK_TREE_MODEL(closure); 166 GtkTreeModel * model = GTK_TREE_MODEL(closure);
166 struct ECRS_URI * euri; 167 struct ECRS_URI * euri;