mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
libgimpwidgets: Add parent instance to GimpPathEditor
The GtkBox parent_instance was left off when the widget
was converted to FINAL TYPE in bd23d5a9
.
This commit is contained in:
parent
542d2af2a5
commit
1a70e911b1
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ enum
|
|||
|
||||
struct _GimpPathEditor
|
||||
{
|
||||
GtkBox parent_instance;
|
||||
|
||||
GtkWidget *upper_hbox;
|
||||
|
||||
GtkWidget *new_button;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue