Keep the main_vbox around in the GimpImageWindow struct (temp hack)

This commit is contained in:
Michael Natterer
2009-09-23 15:46:44 +02:00
parent 639c427429
commit 1823494122
3 changed files with 11 additions and 9 deletions

View File

@ -38,6 +38,8 @@ struct _GimpImageWindow
GimpUIManager *menubar_manager;
GtkWidget *main_vbox;
GdkWindowState window_state;
};