summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-03-19 20:09:12 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-03-26 19:18:39 -0400
commit1a735006be2b39144a0b2cf05f9cc8a65ada5430 (patch)
treef9111c29c3bc1f822a6c34e3de63abcd173b9f3b
parent588bf9aaaa22e8c7a1848ca10bc0dc9587737d29 (diff)
downloadgtk+-1a735006be2b39144a0b2cf05f9cc8a65ada5430.tar.gz
testpopup: Attach the poup to the label
This causes a different set of interesting issues.
-rw-r--r--tests/testpopup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testpopup.c b/tests/testpopup.c
index e06295c884..e12eb09dfa 100644
--- a/tests/testpopup.c
+++ b/tests/testpopup.c
@@ -31,7 +31,7 @@ add_content (GtkWidget *parent)
gtk_widget_grab_default (button);
- return entry;
+ return label;
}
static GtkWidget *