mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +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):
|
||||
filename = location.split('/')[-1]
|
||||
self.set_title('Cutting %s with blunt instruments' % filename)
|
||||
self.set_title('%s munger' % filename)
|
||||
self.player.set_location(location)
|
||||
if self.videowidget.flags() & gtk.REALIZED:
|
||||
self.play_toggled()
|
||||
|
|
Loading…
Reference in a new issue