Revert "Fix typo in 71204c2db80348c92b42c5cca08fc8c1166ab40d"
This reverts commit bf0b2dfe54
.
Fixes https://github.com/mate-desktop/mate-terminal/issues/96
parent
8e6b4985d5
commit
97a4204d16
|
@ -160,7 +160,7 @@ method_call_cb (GDBusConnection *connection,
|
||||||
int argc;
|
int argc;
|
||||||
GError *error = NULL;
|
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);
|
&v_wd, &v_display, &v_sid, &v_envv, &initial_workspace, &v_argv);
|
||||||
|
|
||||||
working_directory = ay_to_string (v_wd, &error);
|
working_directory = ay_to_string (v_wd, &error);
|
||||||
|
|
Loading…
Reference in New Issue