summaryrefslogtreecommitdiff
path: root/gtk/inspector/prop-list.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-08-10 19:18:27 +0200
committerMatthias Clasen <mclasen@redhat.com>2016-08-16 11:49:26 -0400
commita985e62b25132c7f0043fa1073e371f19bbef4c5 (patch)
tree5d0ce4a730e6fa83716cb3abb623e5eaeb3db785 /gtk/inspector/prop-list.c
parenta6b9b3648da6271dbd38840aef69dea20b013066 (diff)
downloadgtk+-a985e62b25132c7f0043fa1073e371f19bbef4c5.tar.gz
Use gtk_popover_popdown/popup where appropriate
https://bugzilla.gnome.org/show_bug.cgi?id=769706
Diffstat (limited to 'gtk/inspector/prop-list.c')
-rw-r--r--gtk/inspector/prop-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/inspector/prop-list.c b/gtk/inspector/prop-list.c
index e94644429d..cf75d936c0 100644
--- a/gtk/inspector/prop-list.c
+++ b/gtk/inspector/prop-list.c
@@ -236,7 +236,7 @@ row_activated (GtkTreeView *tv,
g_signal_connect (editor, "show-object", G_CALLBACK (show_object), pl);
- gtk_widget_show (popover);
+ gtk_popover_popup (GTK_POPOVER (popover));
g_signal_connect (popover, "unmap", G_CALLBACK (gtk_widget_destroy), NULL);