summaryrefslogtreecommitdiff
path: root/src/caja-pathbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/caja-pathbar.c')
-rw-r--r--src/caja-pathbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caja-pathbar.c b/src/caja-pathbar.c
index 332b6c1e..24f6ee1c 100644
--- a/src/caja-pathbar.c
+++ b/src/caja-pathbar.c
@@ -1941,7 +1941,7 @@ make_directory_button (CajaPathBar *path_bar,
button_data);
}
- button_data->file_is_hidden = file_is_hidden;
+ button_data->file_is_hidden = (file_is_hidden != FALSE);
gtk_container_add (GTK_CONTAINER (button_data->button), child);
gtk_widget_show_all (button_data->button);