Skip to content

Commit 8d5b48e

Browse files
authored
toolbar/terminal: Open in selected sub-folder, in expanded list-view (#3616)
1 parent c6b0512 commit 8d5b48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nemo-window-menus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ action_open_terminal_callback(GtkAction *action, gpointer callback_data)
13571357
view = get_current_view (window);
13581358

13591359
gchar *path;
1360-
gchar *uri = nemo_view_get_uri (view);
1360+
gchar *uri = nemo_view_get_backing_uri (view);
13611361
GFile *gfile = g_file_new_for_uri (uri);
13621362
path = g_file_get_path (gfile);
13631363
open_in_terminal_other (path);

0 commit comments

Comments
 (0)