[gnome-commander] search: fix for problem with erratic truncation of found results
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] search: fix for problem with erratic truncation of found results
- Date: Mon, 9 May 2011 17:35:12 +0000 (UTC)
commit 72db5e31ffd330e73b0ff1908db591189af26281
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Mon May 9 19:26:40 2011 +0200
search: fix for problem with erratic truncation of found results
src/gnome-cmd-search-dialog.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-search-dialog.cc b/src/gnome-cmd-search-dialog.cc
index ea11b66..e072706 100755
--- a/src/gnome-cmd-search-dialog.cc
+++ b/src/gnome-cmd-search-dialog.cc
@@ -385,7 +385,7 @@ static gboolean update_search_status_widgets (SearchData *data)
gnome_cmd_file_list_free (files);
}
- if (!data->search_done)
+ if (!data->search_done || data->pdata.files)
return TRUE;
if (!data->dialog_destroyed)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]