[gtk/wip/matthiasc/popup2: 54/93] testpopup: Attach the poup to the label



commit 9fcef69e48c6d3e385264d1fc2d54c5306c6d608
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Mar 19 20:09:12 2019 -0400

    testpopup: Attach the poup to the label
    
    This causes a different set of interesting issues.

 tests/testpopup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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 *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]