more notes for fangie
authorCarsten Haitzler <raster@rasterman.com>
Fri, 27 Oct 2006 15:24:30 +0000 (15:24 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Fri, 27 Oct 2006 15:24:30 +0000 (15:24 +0000)
SVN revision: 26811

legacy/ecore/src/lib/ecore_desktop/ecore_desktop.c

index 88a4587..24750d5 100644 (file)
@@ -849,7 +849,8 @@ ecore_desktop_get_command(Ecore_Desktop * desktop, Ecore_List * files, int fill)
     *    is a path relative to cwd i.e. "file.png" or "blah/file.png" and
     *    thus %d/%D would be ./ implicitly (but may need to be explicit
     *    in the command line)
-    *
+    * 4. need to escape filenames as they are part of a long cmd-line so
+    *    spaces, ;, ", ', etc. etc. need escaping
     */
 
    result = ecore_list_new();