summaryrefslogtreecommitdiff
path: root/media-sound/pithos/files/pithos-20130808-dont-notify-volume.patch
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2014-12-31 22:37:52 +0200
committerBlackNoxis <steven.darklight@gmail.com>2014-12-31 22:37:52 +0200
commitd59f5f405188d93f5c00e21840930d4f1eaf8dd1 (patch)
tree91af19c93a18c173b81109aefffa90fbd41ac230 /media-sound/pithos/files/pithos-20130808-dont-notify-volume.patch
parentea8a28a03b13e387b14c15c0eb3e3f8be42ab0b4 (diff)
Added media gfx,libs,sound
Diffstat (limited to 'media-sound/pithos/files/pithos-20130808-dont-notify-volume.patch')
-rw-r--r--media-sound/pithos/files/pithos-20130808-dont-notify-volume.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/media-sound/pithos/files/pithos-20130808-dont-notify-volume.patch b/media-sound/pithos/files/pithos-20130808-dont-notify-volume.patch
new file mode 100644
index 00000000..cf605b32
--- /dev/null
+++ b/media-sound/pithos/files/pithos-20130808-dont-notify-volume.patch
@@ -0,0 +1,13 @@
+diff --git a/bin/pithos b/bin/pithos
+index 725ad7b..62ddd88 100755
+--- a/bin/pithos
++++ b/bin/pithos
+@@ -204,7 +204,7 @@ class PithosWindow(gtk.Window):
+ bus.connect("message::eos", self.on_gst_eos)
+ bus.connect("message::buffering", self.on_gst_buffering)
+ bus.connect("message::error", self.on_gst_error)
+- self.player.connect("notify::volume", self.on_gst_volume)
++ #self.player.connect("notify::volume", self.on_gst_volume)
+ self.player.connect("notify::source", self.on_gst_source)
+ self.time_format = gst.Format(gst.FORMAT_TIME)
+