From: Ed Page Date: Sat, 22 May 2010 16:52:48 +0000 (-0500) Subject: Setting presenter window title to the parent title X-Git-Url: http://git.maemo.org/git/?p=watersofshiloah;a=commitdiff_plain;h=137494dc7dabf1d738a3e8e85a469a9c33ea091b Setting presenter window title to the parent title --- diff --git a/src/windows/_base.py b/src/windows/_base.py index c166b3d..e4396a7 100644 --- a/src/windows/_base.py +++ b/src/windows/_base.py @@ -366,7 +366,7 @@ class PresenterWindow(BasicWindow): self._layout.pack_start(self._presenterNavigation.toplevel, True, True) self._layout.pack_start(self._seekbar, False, False) - self._window.set_title(self._node.title) + self._window.set_title(self._node.get_parent().title) def _get_background(self): raise NotImplementedError()