smaller title
Original commit message from CVS: smaller title
This commit is contained in:
parent
3aab962a4c
commit
71caf80532
@ -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…
x
Reference in New Issue
Block a user