smaller title

Original commit message from CVS:
smaller title
This commit is contained in:
Andy Wingo 2006-05-05 13:32:37 +00:00
parent 3aab962a4c
commit 71caf80532

View file

@ -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()