diff --git a/src/bin/e_order.c b/src/bin/e_order.c index b06650c4f..535078807 100644 --- a/src/bin/e_order.c +++ b/src/bin/e_order.c @@ -237,6 +237,7 @@ _e_order_save(E_Order *eo) else { /* TODO: Check if the file is in ~/.e/e/applications/all */ + /* TODO: Consider copying the file to $XDG_DATA_HOME/applications */ fprintf(f, "%s\n", desktop->orig_path); } }