fix typo in src/callback.c

This commit is contained in:
stefan schippers 2025-10-05 13:42:59 +02:00
parent 5623c9ca6f
commit 4f66f22b7d
1 changed files with 1 additions and 1 deletions

View File

@ -3964,7 +3964,7 @@ static void handle_key_press(int event, KeySym key, int state, int rstate, int m
else {
if(xctx->semaphore >= 2) break;
if(tclgetboolvar("new_file_browser")) {
tcleval("file_chooser new_file_browser_depth $new_file_browser_ext");
tcleval("file_chooser $new_file_browser_depth $new_file_browser_ext");
} else {
start_place_symbol();
}