gtk_window_present() the image window to make sure that images aren't

2008-03-21  Sven Neumann  <sven@gimp.org>

	* app/display/gimpdisplayshell.c (gimp_display_shell_fill_idle):
	gtk_window_present() the image window to make sure that images
	aren't opened into a minimized image window.


svn path=/trunk/; revision=25161
This commit is contained in:
Sven Neumann 2008-03-21 21:15:21 +00:00 committed by Sven Neumann
parent 34111ef02f
commit 81521fde6c
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-03-21 Sven Neumann <sven@gimp.org>
* app/display/gimpdisplayshell.c (gimp_display_shell_fill_idle):
gtk_window_present() the image window to make sure that images
aren't opened into a minimized image window.
2008-03-21 Michael Natterer <mitch@gimp.org>
* configure.in: revert new glib dependency.

View File

@ -1177,6 +1177,8 @@ gimp_display_shell_fill_idle (GimpDisplayShell *shell)
gimp_display_shell_scale_shrink_wrap (shell);
gtk_window_present (GTK_WINDOW (shell));
return FALSE;
}