GimpImageWindow: Chain up from constructed

https://bugzilla.gnome.org/show_bug.cgi?id=751507
This commit is contained in:
Alexander Larsson 2015-06-25 19:33:50 +02:00
parent 39de67cf4e
commit 0e10349711
1 changed files with 2 additions and 0 deletions

View File

@ -353,6 +353,8 @@ gimp_image_window_constructed (GObject *object)
GimpImageWindowPrivate *private = GIMP_IMAGE_WINDOW_GET_PRIVATE (window); GimpImageWindowPrivate *private = GIMP_IMAGE_WINDOW_GET_PRIVATE (window);
GimpGuiConfig *config; GimpGuiConfig *config;
G_OBJECT_CLASS (parent_class)->constructed (object);
g_assert (GIMP_IS_GIMP (private->gimp)); g_assert (GIMP_IS_GIMP (private->gimp));
g_assert (GIMP_IS_UI_MANAGER (private->menubar_manager)); g_assert (GIMP_IS_UI_MANAGER (private->menubar_manager));