aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2006-12-10 05:35:55 +0000
committerChristian Grothoff <christian@grothoff.org>2006-12-10 05:35:55 +0000
commit9774be8bee108a7824775cd97b43ea5fe7b194ff (patch)
treeda914da24c97e8816730d60d72fcfbbebf6b84c3
parent2957571b58febe936bf01a3ff5747dc7a9ea94a3 (diff)
downloadgnunet-gtk-9774be8bee108a7824775cd97b43ea5fe7b194ff.tar.gz
gnunet-gtk-9774be8bee108a7824775cd97b43ea5fe7b194ff.zip
f
-rw-r--r--src/plugins/fs/search.c2
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);