[gnome-shell] utils: follow up to previous commit



commit 4c5f3aa97173b0b073d19a372d45487e4f1f0332
Author: Marc-Antoine Perennou <Marc-Antoine Perennou com>
Date:   Fri Jun 24 00:04:12 2011 +0200

    utils: follow up to previous commit
    
    Signed-off-by: Marc-Antoine Perennou <Marc-Antoine Perennou com>

 js/misc/util.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/misc/util.js b/js/misc/util.js
index e63876e..fc0b54a 100644
--- a/js/misc/util.js
+++ b/js/misc/util.js
@@ -45,7 +45,7 @@ function spawn(argv) {
 // occur when trying to parse or start the program.
 function spawnCommandLine(command_line) {
     try {
-        let [success, argc, argv] = GLib.shell_parse_argv(command_line);
+        let [success, argv] = GLib.shell_parse_argv(command_line);
         trySpawn(argv);
     } catch (err) {
         _handleSpawnError(command_line, err);



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