Skip to content

Commit

Permalink
fix empty folders on import
Browse files Browse the repository at this point in the history
  • Loading branch information
zisoft authored and TurboGit committed Mar 18, 2024
1 parent f983fb2 commit 241bf89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/common/import_session.c
Expand Up @@ -209,9 +209,6 @@ void dt_import_session_set_name(struct dt_import_session_t *self, const char *na
g_free((void *)self->vp->jobcode);

self->vp->jobcode = g_strdup(name);

/* setup new filmroll if path has changed */
dt_import_session_path(self, FALSE);
}


Expand Down

0 comments on commit 241bf89

Please sign in to comment.