[chronojump/chronojump-importer] Deletes the TODO message - It's already done.
- From: Carles Pina i Estany <carlespina src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump/chronojump-importer] Deletes the TODO message - It's already done.
- Date: Tue, 27 Sep 2016 09:21:22 +0000 (UTC)
commit ccf28152f33b5742f54988fc87b72fe84bd83da8
Author: Carles Pina i Estany <carles pina cat>
Date: Tue Sep 27 11:21:02 2016 +0200
Deletes the TODO message - It's already done.
src/gui/chronojump.cs | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index e01aae0..959c237 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -2421,8 +2421,6 @@ public partial class ChronoJumpWindow
processStartInfo = new ProcessStartInfo();
- // TODO: use this to escape the arguments:
https://github.com/ericpopivker/Command-Line-Encoder/blob/master/CommandLineEncoder/CommandLineEncoder/Utils.cs
- // Otherwise source_filename with double quotes, spaces, etc. wouldn't work
processStartInfo.Arguments = " --source " + CommandLineEncoder.EncodeArgText
(source_filename) + " --destination " + CommandLineEncoder.EncodeArgText (destination_filename) + "
--source_session " + CommandLineEncoder.EncodeArgText (session);
processStartInfo.FileName = importer_executable;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]