Code cleanup

This commit is contained in:
Pierre Pronchery 2013-02-28 01:53:19 +01:00
parent 83f2b58486
commit 64d02f3e8e

View File

@ -289,7 +289,7 @@ static int _terminal_open_tab(Terminal * terminal)
static int _terminal_open_window(Terminal * terminal)
{
char * argv[] = { BINDIR "/terminal", "terminal", NULL };
int flags = G_SPAWN_FILE_AND_ARGV_ZERO;
GSpawnFlags flags = G_SPAWN_FILE_AND_ARGV_ZERO;
GError * error = NULL;
if(g_spawn_async(NULL, argv, NULL, flags, NULL, NULL, NULL, &error)