~ubuntu-branches/ubuntu/oneiric/alarm-clock/oneiric

« back to all changes in this revision

Viewing changes to alarm-clock/VolumeFadeThread.py

  • Committer: Bazaar Package Importer
  • Author(s): Marco Rodrigues
  • Date: 2008-11-11 12:38:15 UTC
  • mto: (7.1.2 sid) (9.1.1 squeeze) (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20081111123815-uw5x62teqst2npi3
Tags: upstream-0.9.18
ImportĀ upstreamĀ versionĀ 0.9.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
 
92
92
 
93
93
 
94
 
                gtk.gdk.threads_enter()
95
 
                self.MainClass.StopTheSound()
96
 
                gtk.gdk.threads_leave()
97
 
 
98
 
 
99
94
        def FadeMessage(self, Bus, Message):
100
95
                if not self.MainClass.WhatPlaying == "F": return
101
96
                if Message.type == gst.MESSAGE_EOS: