Home
last modified time | relevance | path

Searched refs:same_dir_window (Results 1 – 1 of 1) sorted by relevance

/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Dfiler.c1452 FilerWindow *same_dir_window; in filer_opendir() local
1454 same_dir_window = find_filer_window(path, NULL); in filer_opendir()
1456 if (same_dir_window) in filer_opendir()
1458 gtk_window_present(GTK_WINDOW(same_dir_window->window)); in filer_opendir()
1459 return same_dir_window; in filer_opendir()