added a call to gtk_widget_show() that got lost during porting. Now you

2002-01-29  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/screenshot.c: added a call to gtk_widget_show() that
	got lost during porting. Now you can shoot the whole screen again.
This commit is contained in:
Sven Neumann 2002-01-29 16:52:53 +00:00 committed by Sven Neumann
parent 4689e89b14
commit db0c807d8d
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-01-29 Sven Neumann <sven@gimp.org>
* plug-ins/common/screenshot.c: added a call to gtk_widget_show() that
got lost during porting. Now you can shoot the whole screen again.
2002-01-27 Sven Neumann <sven@gimp.org>
* app/gui/file-new-dialog.c: moved the memory size information out

View File

@ -441,6 +441,7 @@ shoot_dialog (void)
G_CALLBACK (gimp_radio_button_update),
&shootvals.root);
gtk_widget_show (button);
gtk_widget_show (vbox);
gtk_widget_show (frame);