[Summary]: on OS X, do not require additional click to activate the SessionDialog [Suggested by Paul Davis]

This commit is contained in:
YPozdnyakov 2015-01-27 13:51:41 +02:00
parent b8ef3293da
commit d048d3fbba

View file

@ -1475,6 +1475,7 @@ extern "C" void
gtk_application_ready ()
{
[ NSApp finishLaunching ];
[[NSApplication sharedApplication] activateIgnoringOtherApps : YES];
}
extern "C" void