openbsd-ports/audio/radiotray/patches/patch-src_AudioPlayerGStreamer_py
landry f47fb91133 Import radiotray 0.7.3.
Radio Tray is an online radio streaming player that runs in the GUI
system tray.

From maintainer Fred Crowson, thanks!
ok benoit@ sthen@ tweaks daniel@ & myself
2014-12-11 09:02:38 +00:00

16 lines
585 B
Plaintext

$OpenBSD: patch-src_AudioPlayerGStreamer_py,v 1.1.1.1 2014/12/11 09:02:38 landry Exp $
Typo /slef/self/
--- src/AudioPlayerGStreamer.py.orig Tue Nov 25 14:40:03 2014
+++ src/AudioPlayerGStreamer.py Tue Nov 25 14:40:11 2014
@@ -124,7 +124,7 @@ class AudioPlayerGStreamer:
if(stru != None):
name = stru.get_name()
if(name == 'redirect'):
- slef.log.info("redirect received")
+ self.log.info("redirect received")
self.player.set_state(gst.STATE_NULL)
stru.foreach(self.redirect, None)