This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 49f11648b3d849ba6d1b63fb04132137486d01d1 Author: David Capello <[email protected]> Date: Mon Apr 11 17:25:54 2016 -0300 Fix opening files from Finder on the Skia/OS X port --- src/she/osx/app.mm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/she/osx/app.mm b/src/she/osx/app.mm index 327829a..0761c12 100644 --- a/src/she/osx/app.mm +++ b/src/she/osx/app.mm @@ -1,5 +1,6 @@ // SHE library // Copyright (C) 2012-2015 David Capello +// Copyright (C) 2012-2016 David Capello // // This file is released under the terms of the MIT license. // Read LICENSE.txt for more information. @@ -28,6 +29,7 @@ public: [m_app setActivationPolicy:NSApplicationActivationPolicyRegular]; [m_app setDelegate:m_appDelegate]; [m_app activateIgnoringOtherApps:YES]; + [m_app finishLaunching]; return true; } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

