1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
Dubslow 2015-01-29 10:26:21 -06:00
parent b6f79e7365
commit 56784d2a78
No known key found for this signature in database
GPG Key ID: 3DB8E05315C220AA

View File

@ -168,7 +168,7 @@ int main(int argc, char *argv[])
return EXIT_FAILURE;
}
}
else if (!ipc.isCurrentOwner() && !parser.isSet("P"))
else if (!ipc.isCurrentOwner() && !parser.isSet("p"))
{
time_t event = ipc.postEvent("$activate");
ipc.waitUntilProcessed(event);