Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 378504 Details for
Bug 512756
media-sound/sonata-1.6.2.1 with media-sound/mpd-0.18 - unable to connect to mpd
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
compatilibity fix for mpd-0.18
sonata-1.6.2.1-mpd0.18.patch (text/plain), 820 bytes, created by
Israel G. Lugo
on 2014-06-08 14:16:51 UTC
(
hide
)
Description:
compatilibity fix for mpd-0.18
Filename:
MIME Type:
Creator:
Israel G. Lugo
Created:
2014-06-08 14:16:51 UTC
Size:
820 bytes
patch
obsolete
>2014-06-08 Israel G. Lugo <israel.lugo@lugosys.com> > > Compatibility fix for mpd 0.18. > > * sonata/main.py (Base.update_status): Properly handle missing xfade > property. > >diff -durNp sonata-1.6.2.1/sonata/main.py sonata-1.6.2.1-mpd0.18/sonata/main.py >--- sonata-1.6.2.1/sonata/main.py 2009-09-21 22:02:16.000000000 +0100 >+++ sonata-1.6.2.1-mpd0.18/sonata/main.py 2014-06-08 15:10:08.586659487 +0100 >@@ -989,7 +989,7 @@ class Base(object): > self.repeatmenu.set_active(self.status['repeat'] == '1') > if not self.last_random or self.last_random != self.status['random']: > self.randommenu.set_active(self.status['random'] == '1') >- if self.status['xfade'] == '0': >+ if self.status.get('xfade', '0') == '0': > self.config.xfade_enabled = False > else: > self.config.xfade_enabled = True
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 512756
: 378504