From d8672864f60291214b445f8a658c642086aab8bc Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 11 Dec 2020 14:21:49 +0100 Subject: result -> indexing_result Because shortly we will have merging_result as well --- src/gui_index.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui_index.c') diff --git a/src/gui_index.c b/src/gui_index.c index 91d1f15a..89fd62e7 100644 --- a/src/gui_index.c +++ b/src/gui_index.c @@ -62,7 +62,7 @@ void cell_explorer_sig(GtkWidget *widget, struct crystfelproject *proj) GSubprocess *sp; GError *error = NULL; const gchar *results_name; - struct gui_result *res; + struct gui_indexing_result *res; const gchar **streams; int i; @@ -72,7 +72,7 @@ void cell_explorer_sig(GtkWidget *widget, struct crystfelproject *proj) return; } - res = find_result_by_name(proj, results_name); + res = find_indexing_result_by_name(proj, results_name); if ( res == NULL ) { ERROR("Results for '%s' not found!\n", results_name); return; -- cgit v1.2.3