Home
last modified time | relevance | path

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

/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Ddnd.c61 static gchar *prompt_dest_path = NULL; variable
1054 action_move(prompt_local_paths, prompt_dest_path, NULL, -1); in menuitem_response()
1056 action_copy(prompt_local_paths, prompt_dest_path, NULL, -1); in menuitem_response()
1058 action_link(prompt_local_paths, prompt_dest_path, NULL, TRUE); in menuitem_response()
1060 action_link(prompt_local_paths, prompt_dest_path, NULL, FALSE); in menuitem_response()
1074 null_g_free(&prompt_dest_path); in prompt_action()
1081 prompt_dest_path = g_strdup(dest); in prompt_action()