diff options
Diffstat (limited to 'src/caja-window-manage-views.c')
-rw-r--r-- | src/caja-window-manage-views.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caja-window-manage-views.c b/src/caja-window-manage-views.c index 22f801d4..0c81d628 100644 --- a/src/caja-window-manage-views.c +++ b/src/caja-window-manage-views.c @@ -1308,7 +1308,7 @@ got_file_info_for_view_selection_callback (CajaFile *file, */ /* if this is the only window, we don't want to quit, so we redirect it to home */ app = CAJA_APPLICATION (g_application_get_default ()); - + if (g_list_length (gtk_application_get_windows (GTK_APPLICATION (app))) == 1) { /* the user could have typed in a home directory that doesn't exist, |