From c36c8cb77ea74329a0d57c1e7ed67ea72f69ec1f Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sun, 10 Jun 2012 21:32:32 +0100 Subject: issue 186 - apply to all combo box in torrent add dialog --- src/trg-files-model.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/trg-files-model.c') diff --git a/src/trg-files-model.c b/src/trg-files-model.c index 1368a7c..2698e07 100644 --- a/src/trg-files-model.c +++ b/src/trg-files-model.c @@ -18,6 +18,7 @@ */ #include +#include #include #include @@ -409,8 +410,8 @@ trg_files_model_update(TrgFilesModel * model, GtkTreeView * tv, filesListLength > TRG_FILES_MODEL_CREATE_THREAD_IF_GT; /* If this update has more than a given number of files, build up the - * simple tree in a thread, then g_idle_add a function whichs - * add the contents of this prebuilt tree. + * simple tree in a thread, then g_idle_add a function which + * adds the contents of this prebuilt tree. * * If less than or equal to, I don't think it's worth spawning threads * for. Just do it in the main loop. -- cgit v1.2.3