GTK_CHECK_VERSION -> VTE_CHECK_VERSION

This commit is contained in:
Daniel Micay 2012-05-24 15:01:08 -04:00
parent 980c1c8120
commit a7534b37d3
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ int main(int argc, char **argv) {
if (argc > 1) {
command_argv = &argv[1];
} else {
#if GTK_CHECK_VERSION (0, 28, 0)
#if VTE_CHECK_VERSION (0, 28, 0)
default_argv[0] = vte_get_user_shell();
#else
default_argv[0] = g_strdup(g_getenv("SHELL"));