don't raise and focus the error console for not so severe error messages.

2006-11-22  Sven Neumann  <sven@gimp.org>

	* app/gui/gui-message.c (gui_message_error_console): don't raise
	and focus the error console for not so severe error messages. Fixes
	bug #322210 and bug #373254.

	* app/widgets/gimperrorconsole.c (gimp_error_console_init): reduced
	font sizes in error console.
This commit is contained in:
Sven Neumann
2006-11-22 16:33:31 +00:00
committed by Sven Neumann
parent d3543f1b06
commit aa09e29272
3 changed files with 30 additions and 7 deletions

View File

@ -78,9 +78,9 @@ gimp_error_console_init (GimpErrorConsole *console)
gtk_text_buffer_create_tag (console->text_buffer, "title",
"weight", PANGO_WEIGHT_BOLD,
"scale", PANGO_SCALE_LARGE,
NULL);
gtk_text_buffer_create_tag (console->text_buffer, "message",
"scale", PANGO_SCALE_SMALL,
NULL);
scrolled_window = gtk_scrolled_window_new (NULL, NULL);