aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/download.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/download.c')
-rw-r--r--src/plugins/fs/download.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/fs/download.c b/src/plugins/fs/download.c
index cadb3f34..1f7e4cb7 100644
--- a/src/plugins/fs/download.c
+++ b/src/plugins/fs/download.c
@@ -264,9 +264,13 @@ fs_download_started(struct FSUI_DownloadList * fsui_dl,
264 if (dl_parent != NULL) { 264 if (dl_parent != NULL) {
265 /* have parent, must be download from 265 /* have parent, must be download from
266 directory inside of search */ 266 directory inside of search */
267 /* FIXME: this requires GTK 2.8. Since it doesn't support Win9x, the quick
268 solution is to #ifndef it */
269#ifndef MINGW
267 GE_BREAK(ectx, 270 GE_BREAK(ectx,
268 gtk_tree_row_reference_get_model(dl_parent->searchViewRowReference) 271 gtk_tree_row_reference_get_model(dl_parent->searchViewRowReference)
269 == model); 272 == model);
273#endif
270 path = gtk_tree_row_reference_get_path(dl_parent->searchViewRowReference); 274 path = gtk_tree_row_reference_get_path(dl_parent->searchViewRowReference);
271 if (path != NULL) { 275 if (path != NULL) {
272 valid = gtk_tree_model_get_iter(model, 276 valid = gtk_tree_model_get_iter(model,