mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-25 16:48:11 +00:00
smaller title
Original commit message from CVS: smaller title
This commit is contained in:
parent
3aab962a4c
commit
71caf80532
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ class PlayerWindow(gtk.Window):
|
||||||
|
|
||||||
def load_file(self, location):
|
def load_file(self, location):
|
||||||
filename = location.split('/')[-1]
|
filename = location.split('/')[-1]
|
||||||
self.set_title('Cutting %s with blunt instruments' % filename)
|
self.set_title('%s munger' % filename)
|
||||||
self.player.set_location(location)
|
self.player.set_location(location)
|
||||||
if self.videowidget.flags() & gtk.REALIZED:
|
if self.videowidget.flags() & gtk.REALIZED:
|
||||||
self.play_toggled()
|
self.play_toggled()
|
||||||
|
|
Loading…
Reference in a new issue