All pastes #132701 Raw Edit

Miscellany

public c v1 · immutable
#132701 ·published 2006-08-15 12:36 UTC
rendered paste body
    if (!id3db) {        if (global_settings.show_path_in_browser == SHOW_PATH_FULL) {            gui_synclist_set_title(&tree_lists, tc.currdir);        } else if (global_settings.show_path_in_browser == SHOW_PATH_CURRENT) {            gui_synclist_set_title(&tree_lists,                        tc.dirlevel > 0 ? strrchr(tc.currdir, '/') + 1 : "/");        }    }