GtkWindow: fix notify of :attached-to
https://bugzilla.gnome.org/show_bug.cgi?id=697200
This commit is contained in:
parent
8084e6e468
commit
14c9023a05
@ -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));
|
gtk_style_context_set_parent (context, gtk_widget_get_style_context (priv->attach_widget));
|
||||||
else
|
else
|
||||||
gtk_style_context_set_parent (context, NULL);
|
gtk_style_context_set_parent (context, NULL);
|
||||||
|
|
||||||
|
g_object_notify (G_OBJECT (window), "attached-to");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user