Fix the testcase for ticket 2855.
This commit is contained in:
parent
39a0107e0a
commit
d37e90940c
@ -37,7 +37,7 @@ box = gtk.HBox()
|
|||||||
|
|
||||||
toggle = gtk.ToggleButton()
|
toggle = gtk.ToggleButton()
|
||||||
|
|
||||||
icon = Icon('go-previous', icon_size=gtk.ICON_SIZE_LARGE_TOOLBAR)
|
icon = Icon(icon_name='go-previous', icon_size=gtk.ICON_SIZE_LARGE_TOOLBAR)
|
||||||
toggle.set_image(icon)
|
toggle.set_image(icon)
|
||||||
|
|
||||||
box.pack_start(toggle, False)
|
box.pack_start(toggle, False)
|
||||||
@ -45,7 +45,7 @@ toggle.show()
|
|||||||
|
|
||||||
radio = gtk.RadioButton()
|
radio = gtk.RadioButton()
|
||||||
|
|
||||||
icon = Icon('go-next', icon_size=gtk.ICON_SIZE_LARGE_TOOLBAR)
|
icon = Icon(icon_name='go-next', icon_size=gtk.ICON_SIZE_LARGE_TOOLBAR)
|
||||||
radio.set_image(icon)
|
radio.set_image(icon)
|
||||||
|
|
||||||
radio.set_mode(False)
|
radio.set_mode(False)
|
||||||
|
Loading…
Reference in New Issue
Block a user