test cases/vala: Fix test 14
This commit is contained in:
parent
5a4177523e
commit
7559ba2db9
|
@ -9,7 +9,7 @@ public class TestWidget : Box {
|
|||
}
|
||||
|
||||
[GtkChild]
|
||||
private Entry entry;
|
||||
private unowned Entry entry;
|
||||
|
||||
public TestWidget (string text) {
|
||||
this.text = text;
|
||||
|
|
Loading…
Reference in New Issue