]> git.sur5r.net Git - glabels/commit
Added dummy window as parent in warning and critical error handlers.
authorJim Evins <evins@snaught.com>
Fri, 24 Oct 2014 00:45:12 +0000 (20:45 -0400)
committerJim Evins <evins@snaught.com>
Fri, 24 Oct 2014 00:51:46 +0000 (20:51 -0400)
commitb66c0076908a706235af21b2c1d3ef04a6ba1f7f
tree89a91e1ce1784bc6e0fde19b793c00ad1ced7150
parent20975776a273e48bbd5d600cdff7040b159ba162
Added dummy window as parent in warning and critical error handlers.

In gtk 3.14, creating a message dialog without a parent window
causes a crash.  Unfortunately this causes the original error or
warning message from being seen by the user.
src/critical-error-handler.c
src/warning-handler.c