aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-02-22 17:09:57 +0100
committerThomas White <taw@physics.org>2021-02-22 17:09:57 +0100
commitc290ce84b6a61f1465ae264a4af9433eba029a60 (patch)
tree30270daf8d8584a5ec49778d9e495182f72bc1b5 /src
parent8bb397379fd4d6975a37ae43418ed1d27f145d39 (diff)
Fussiness (extreme)
Diffstat (limited to 'src')
-rw-r--r--src/gui_index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_index.c b/src/gui_index.c
index 50b360f0..a63098f7 100644
--- a/src/gui_index.c
+++ b/src/gui_index.c
@@ -575,7 +575,7 @@ static void index_one_response_sig(GtkWidget *dialog, gint resp,
gtk_widget_destroy(dialog);
proj->indexing_opts = NULL;
- w = gtk_ui_manager_get_widget(proj->ui, "/ui/mainwindow/view/refls");
+ w = gtk_ui_manager_get_widget(proj->ui, "/ui/mainwindow/view/refls");
gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(w), 1);
}