[gnome-commander] noop: comment correction



commit 40ccf136b35aefab84c5e4b32b2a5f336ed46d4d
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Wed Jan 22 10:49:01 2014 +0100

    noop: comment correction

 src/gnome-cmd-user-actions.cc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-cmd-user-actions.cc b/src/gnome-cmd-user-actions.cc
index b257147..8ddc323 100644
--- a/src/gnome-cmd-user-actions.cc
+++ b/src/gnome-cmd-user-actions.cc
@@ -1225,10 +1225,10 @@ void command_open_terminal_as_root (GtkMenuItem *menuitem, gpointer not_used)
 
     gnome_prepend_terminal_to_vector (&argc, &argv);
 
-    // insert quotes into the string to get
+    // Insert quotes into the string of argv to get, e.g.
     // /usr/bin/gksu 'roxterm -e /bin/bash' instead of
     // /usr/bin/gksu roxterm -e /bin/bash
-    // for example (the first case doesn't work)
+    // (the second case doesn't work in some cases)
     gchar *cmd = g_strjoinv (" ", argv);
     g_strfreev (argv);
     argc = 1;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]