From 5b087416a02a53c61d0827ee4bad50370320a0fb Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 6 Jul 2022 13:41:08 +0200 Subject: GUI: Invoke programs without path Including the path wasn't working very well. One of the problems is that it prevents the use of a wrapper script for the programs, which is needed for certain environments. This commit just removes the path prefixes altogether. --- src/crystfel_gui.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/crystfel_gui.h') diff --git a/src/crystfel_gui.h b/src/crystfel_gui.h index 3b2cdacd..aa40e70d 100644 --- a/src/crystfel_gui.h +++ b/src/crystfel_gui.h @@ -61,8 +61,6 @@ extern const char *selected_result(struct crystfelproject *proj); extern char *get_crystfel_path_str(void); -extern char *get_crystfel_exe(const char *program); - extern struct gui_job_notes_page *add_job_notes_page(GtkWidget *notebook); extern GFile *make_job_folder(const char *job_title, const char *job_notes); -- cgit v1.2.3