~ubuntu-branches/ubuntu/natty/miro/natty

« back to all changes in this revision

Viewing changes to portable/frontends/widgets/gtk/video.py

  • Committer: Daniel Hahler
  • Date: 2010-04-14 20:40:55 UTC
  • mfrom: (1.4.8 upstream)
  • Revision ID: ubuntu-launchpad@thequod.de-20100414204055-b1fyz9dzmsl3za43
Tags: 3.0.1-0ubuntu1
New upstream: 3.0.1-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
551
551
                'motion-notify-event', self.on_mouse_motion)
552
552
        self.videobox_motion_handler = self.overlay._window.connect(
553
553
                'motion-notify-event', self.on_mouse_motion)
554
 
        app.widgetapp.window.menubar.hide()
 
554
        if not app.playback_manager.detached_window:
 
555
            app.widgetapp.window.menubar.hide()
555
556
        self.schedule_hide_controls(self.HIDE_CONTROLS_TIMEOUT)
556
557
        # make sure all hide() calls go through, otherwise we get the wrong
557
558
        # size on windows (#10810)