]> 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 02:32:24 +0000 (22:32 -0400)
commitcd9a551899ea66a5083e68b23992a39b68e13b94
treeff514dad4912bd32d02cb693f78262fe43f32516
parentadd35e12d1082e37d60a821edfb918ffdcd54eda
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