diff options
author | Monsta <[email protected]> | 2015-10-01 13:44:51 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-10-01 13:58:20 +0300 |
commit | 97a4204d16c58353d090e8301f6a9781c015d9eb (patch) | |
tree | 077a8e0b8a3ec04b99d3ad8fb37b6528dba9c49b | |
parent | 8e6b4985d5c8561fb916980b1303b77c4bad517f (diff) | |
download | mate-terminal-97a4204d16c58353d090e8301f6a9781c015d9eb.tar.bz2 mate-terminal-97a4204d16c58353d090e8301f6a9781c015d9eb.tar.xz |
Revert "Fix typo in 71204c2db80348c92b42c5cca08fc8c1166ab40d"
This reverts commit bf0b2dfe547da493e016dde213a8454e6831eb86.
Fixes https://github.com/mate-desktop/mate-terminal/issues/96
-rw-r--r-- | src/terminal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terminal.c b/src/terminal.c index f9989a5..b0d87c7 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -160,7 +160,7 @@ method_call_cb (GDBusConnection *connection, int argc; GError *error = NULL; - g_variant_get (parameters, "(@ay@ay@ay@ay@i@ay)", + g_variant_get (parameters, "(@ay@ay@ay@ayi@ay)", &v_wd, &v_display, &v_sid, &v_envv, &initial_workspace, &v_argv); working_directory = ay_to_string (v_wd, &error); |