Use gtk_popover_popdown/popup where appropriate

https://bugzilla.gnome.org/show_bug.cgi?id=769706
This commit is contained in:
Timm Bäder
2016-08-10 19:18:27 +02:00
committed by Matthias Clasen
parent a6b9b3648d
commit a985e62b25
12 changed files with 22 additions and 22 deletions

View File

@ -102,7 +102,7 @@ show_node_prop_editor (NodePropEditor *npe)
if (gtk_inspector_prop_editor_should_expand (GTK_INSPECTOR_PROP_EDITOR (editor)))
gtk_widget_set_vexpand (popover, TRUE);
gtk_widget_show (popover);
gtk_popover_popup (GTK_POPOVER (popover));
g_signal_connect (popover, "unmap", G_CALLBACK (gtk_widget_destroy), NULL);
}