diff --git a/ChangeLog b/ChangeLog index 4cc1c754ac..7f95725046 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-01-29 Sven Neumann + + * 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 * app/gui/file-new-dialog.c: moved the memory size information out diff --git a/plug-ins/common/screenshot.c b/plug-ins/common/screenshot.c index 67d2d9d33c..7427dade20 100644 --- a/plug-ins/common/screenshot.c +++ b/plug-ins/common/screenshot.c @@ -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);