[nautilus/wip/csoriano/destktop-split2: 5/14] files-view: select the pending selection
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/csoriano/destktop-split2: 5/14] files-view: select the pending selection
- Date: Wed, 16 Mar 2016 16:51:34 +0000 (UTC)
commit 4c6255df653702d14f58eae818826c5f8d249bd4
Author: Carlos Soriano <csoriano gnome org>
Date: Wed Mar 16 14:05:07 2016 +0100
files-view: select the pending selection
Not the selection itself, when we have a pending selection.
This fixes the view not selecting the folder we just entered when
returning back.
src/nautilus-files-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-files-view.c b/src/nautilus-files-view.c
index c2c5bb8..fef1ce6 100644
--- a/src/nautilus-files-view.c
+++ b/src/nautilus-files-view.c
@@ -3186,7 +3186,7 @@ done_loading (NautilusFilesView *view,
} else if (pending_selection != NULL && all_files_seen) {
view->details->pending_selection = NULL;
- nautilus_files_view_call_set_selection (view, selection);
+ nautilus_files_view_call_set_selection (view, pending_selection);
do_reveal = TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]