diff options
Diffstat (limited to 'src/plugins/fs/search.c')
-rw-r--r-- | src/plugins/fs/search.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fs/search.c b/src/plugins/fs/search.c index 74e47af9..8b2b5302 100644 --- a/src/plugins/fs/search.c +++ b/src/plugins/fs/search.c | |||
@@ -273,7 +273,7 @@ fs_search_started(struct FSUI_SearchList * fsui_list, | |||
273 | renderer, | 273 | renderer, |
274 | "text", SEARCH_HSIZE, | 274 | "text", SEARCH_HSIZE, |
275 | "cell-background", SEARCH_CELL_BG_COLOR, | 275 | "cell-background", SEARCH_CELL_BG_COLOR, |
276 | "forground", SEARCH_CELL_FG_COLOR, | 276 | "foreground", SEARCH_CELL_FG_COLOR, |
277 | NULL); | 277 | NULL); |
278 | column = gtk_tree_view_get_column(list->treeview, | 278 | column = gtk_tree_view_get_column(list->treeview, |
279 | col - 1); | 279 | col - 1); |