aboutsummaryrefslogtreecommitdiff
path: root/src/crystfel_gui.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-05-17 11:37:21 +0200
committerThomas White <taw@physics.org>2021-05-17 11:52:42 +0200
commit6026a3eaf235b59671ac2437e0c9a4fa8878b856 (patch)
treee68feddd893f3e8e67bc297fdc9d9ce2fbb7be4e /src/crystfel_gui.c
parentaffdfe20be27586a65b4db483f04481008ae63fe (diff)
Resolve FIXMEs and TODOs
Prompted by the article linked below, for each FIXME/TODO I've either referenced an issue in the tracker, or removed it if it's not worth fixing. https://schleiss.io/plotting-source-code-todos-for-open-source-projects
Diffstat (limited to 'src/crystfel_gui.c')
-rw-r--r--src/crystfel_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crystfel_gui.c b/src/crystfel_gui.c
index 28661064..700cc4f1 100644
--- a/src/crystfel_gui.c
+++ b/src/crystfel_gui.c
@@ -640,7 +640,7 @@ static void add_button(GtkWidget *vbox, const char *label, const char *imagen,
static void add_task_buttons(GtkWidget *vbox, struct crystfelproject *proj)
{
- /* FIXME: All these icons are placeholders */
+ /* FIXME: All these icons are placeholders (GitLab #9) */
add_button(vbox, "Load data", "folder-pictures",
G_CALLBACK(import_sig), proj);
add_button(vbox, "Peak detection", "edit-find",