summaryrefslogtreecommitdiff
path: root/media-sound/pithos/files/pithos-20130808-dont-notify-volume.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-02-26 23:50:05 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-02-26 23:50:05 +0000
commited40676841e317a2aafa04c4c804bb6043864740 (patch)
tree91c5e4b12acc09eabb2b1234eb633aa78af224d2 /media-sound/pithos/files/pithos-20130808-dont-notify-volume.patch
parentdc106bfbeb980942a8490753d6883eb34b13ea12 (diff)
repo cleanup...drop old ebuilds, drop ebuilds already in portage tree
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, 0 insertions, 13 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
deleted file mode 100644
index cf605b32..00000000
--- a/media-sound/pithos/files/pithos-20130808-dont-notify-volume.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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)
-