GtkWindow: fix notify of :attached-to

https://bugzilla.gnome.org/show_bug.cgi?id=697200
This commit is contained in:
Sébastien Wilmet 2013-04-03 19:08:16 +02:00
parent 8084e6e468
commit 14c9023a05

View File

@ -2777,6 +2777,8 @@ gtk_window_set_attached_to (GtkWindow *window,
gtk_style_context_set_parent (context, gtk_widget_get_style_context (priv->attach_widget));
else
gtk_style_context_set_parent (context, NULL);
g_object_notify (G_OBJECT (window), "attached-to");
}
/**