Revert "Fix typo in 71204c2db80348c92b42c5cca08fc8c1166ab40d"
This reverts commit bf0b2dfe54
.
Fixes https://github.com/mate-desktop/mate-terminal/issues/96
master-1.22
parent
7a061843ee
commit
6800c0cb9f
|
@ -152,7 +152,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);
|
||||
|
|
Loading…
Reference in New Issue