reverted previous change.

2005-11-24  Sven Neumann  <sven@gimp.org>

	* app/gui/gui-vtable.c (gui_message): reverted previous change.
This commit is contained in:
Sven Neumann 2005-11-24 15:46:30 +00:00 committed by Sven Neumann
parent 3896910856
commit 842e33862a
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2005-11-24 Sven Neumann <sven@gimp.org>
* app/gui/gui-vtable.c (gui_message): reverted previous change.
2005-11-24 Sven Neumann <sven@gimp.org>
* app/gui/gui-vtable.c (gui_message): only show the error console

View file

@ -248,8 +248,7 @@ gui_message (Gimp *gimp,
gimp_error_dialog_add (GIMP_ERROR_DIALOG (dialog),
GIMP_STOCK_WARNING, domain, message);
if (! GTK_WIDGET_VISIBLE (dialog))
gtk_widget_show (dialog);
gtk_window_present (GTK_WINDOW (dialog));
return;
}