app/channels_dialog.c app/layers_dialog.c app/ops_buttons.[ch] use
2000-02-26 Michael Natterer <mitch@gimp.org> * app/channels_dialog.c * app/layers_dialog.c * app/ops_buttons.[ch] * app/paths_dialog.c: use GimpPixmap widgets. Don't pass the parent widget pointer to ops_button_box_new().
This commit is contained in:
committed by
Michael Natterer
parent
bb6c9ad24d
commit
3cfa38dba2
@ -413,8 +413,7 @@ layers_dialog_create (void)
|
||||
gtk_widget_show (layersD->scrolled_win);
|
||||
|
||||
/* The ops buttons */
|
||||
button_box = ops_button_box_new (lc_dialog->shell,
|
||||
layers_ops_buttons, OPS_BUTTON_NORMAL);
|
||||
button_box = ops_button_box_new (layers_ops_buttons, OPS_BUTTON_NORMAL);
|
||||
gtk_box_pack_start (GTK_BOX (vbox), button_box, FALSE, FALSE, 2);
|
||||
gtk_widget_show (button_box);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user