Change to a directory, filled in by the user. Definition at line 408 of file gui_browser.c. 00409 { 00410 char *path; 00411 const char *curwd = NULL; 00412 00413 if (vr_curdir != NULL) 00414 curwd = vfs_filename(vr_curdir); 00415 00416 path = gui_input_askstring(_("Change directory"), curwd, NULL); 00417 if (path == NULL) 00418 return; 00419 00420 gui_browser_do_chdir(path); 00421 g_free(path); 00422 }
Here is the call graph for this function:
![]() |
1.6.3