From 8d2fcce410900ae06dd7a81ad0bf4d1ed6f7b022 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Fri, 6 Apr 2007 11:42:09 +0000 Subject: [PATCH] TODO++ SVN revision: 29422 --- src/bin/e_order.c | 1 + 1 file changed, 1 insertion(+) 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); } }