GTK_CHECK_VERSION -> VTE_CHECK_VERSION
This commit is contained in:
parent
980c1c8120
commit
a7534b37d3
|
@ -90,7 +90,7 @@ int main(int argc, char **argv) {
|
||||||
if (argc > 1) {
|
if (argc > 1) {
|
||||||
command_argv = &argv[1];
|
command_argv = &argv[1];
|
||||||
} else {
|
} else {
|
||||||
#if GTK_CHECK_VERSION (0, 28, 0)
|
#if VTE_CHECK_VERSION (0, 28, 0)
|
||||||
default_argv[0] = vte_get_user_shell();
|
default_argv[0] = vte_get_user_shell();
|
||||||
#else
|
#else
|
||||||
default_argv[0] = g_strdup(g_getenv("SHELL"));
|
default_argv[0] = g_strdup(g_getenv("SHELL"));
|
||||||
|
|
Loading…
Reference in New Issue