diff options
author | Christian Grothoff <christian@grothoff.org> | 2005-08-22 04:18:36 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2005-08-22 04:18:36 +0000 |
commit | 9534fdcc6a20df1c55e40948aac211964ce02b79 (patch) | |
tree | 83f0354b33dd4031c7276e2fef2735f73c4372a1 | |
parent | 03c50ba2ca823c47305e8837e5f2743720ee828b (diff) | |
download | gnunet-gtk-9534fdcc6a20df1c55e40948aac211964ce02b79.tar.gz gnunet-gtk-9534fdcc6a20df1c55e40948aac211964ce02b79.zip |
fixing 902
-rw-r--r-- | src/plugins/fs/download.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fs/download.c b/src/plugins/fs/download.c index f7d4f356..678c48a0 100644 --- a/src/plugins/fs/download.c +++ b/src/plugins/fs/download.c | |||
@@ -82,7 +82,7 @@ static int addFilesToDirectory | |||
82 | struct ECRS_URI * uri; | 82 | struct ECRS_URI * uri; |
83 | uri = NULL; | 83 | uri = NULL; |
84 | gtk_tree_model_get(pos->model, | 84 | gtk_tree_model_get(pos->model, |
85 | &iter, | 85 | &child, |
86 | SEARCH_URI, &uri, | 86 | SEARCH_URI, &uri, |
87 | -1); | 87 | -1); |
88 | if ( (uri != NULL) && | 88 | if ( (uri != NULL) && |