Skip to content

Commit cd56460

Browse files
committed
Merge pull request kivy#4332 from SepehrHml/master
kivy#3253 examples bug fix
2 parents ecf57c6 + 2c67a7b commit cd56460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/kv/app_logo.kv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Widget:
22
Video:
33
id: myvideo
4-
source: '/home/tito/code/pymt/examples/apps/videoplayer/softboy.mpg'
4+
source: '../widgets/softboy.mpg'
55
play: mybutton.state == 'down'
66
canvas:
77
Color:

0 commit comments

Comments
 (0)