mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 15:01:23 +00:00
tests: Fix a default-related test
The test was setting has-default, but testing receives-default.
This commit is contained in:
parent
92e21c3f1c
commit
bf7d1e7b5a
@ -1468,7 +1468,7 @@ test_widget (void)
|
||||
" <object class=\"GtkWindow\" id=\"window1\">"
|
||||
" <child>"
|
||||
" <object class=\"GtkButton\" id=\"button1\">"
|
||||
" <property name=\"has-default\">True</property>"
|
||||
" <property name=\"receives-default\">True</property>"
|
||||
" </object>"
|
||||
" </child>"
|
||||
" </object>"
|
||||
|
Loading…
Reference in New Issue
Block a user