Re: scale problem



On Mon, Feb 18, 2002 at 03:52:14AM -0600, Chris Roadfeldt wrote:
> I will get some code together to test this before I create a bug report.
> Check my code first, then complain. :)
> 
> On a completely unrelated note, is there a way to make an app
> quit/crash, crash preferred, if it creates a GTK-Warning? I suspect
> there is, but am not able to find anything on it. If someone could point
> me in the right direction, I would appreciate it. Thanks!
g_log_set_always_fatal(  G_LOG_LEVEL_ERROR
		       | G_LOG_LEVEL_CRITICAL
		       | G_LOG_LEVEL_WARNING);

after any initialization
-- 
Miroslaw Dobrzanski-Neumann

MOSAIC SOFTWARE AG
Base Development and Research
Tel +49-2225-882-291
Fax +49-2225-882-201
E-mail: mne mosaic-ag com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]