updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / sonata-disautocenter / disable_autocenter.patch
blob466e7e35053f020adbee774f05503703ed8a08b8
1 1093c1093
2 < self.current_center_song_in_list()
3 ---
4 > # self.current_center_song_in_list()
5 3491,3492c3491,3492
6 < if self.status['state'] in ['play', 'pause']:
7 < self.current_center_song_in_list()
8 ---
9 > # if self.status['state'] in ['play', 'pause']:
10 > # self.current_center_song_in_list()
11 3584,3586c3584,3586
12 < if self.songinfo:
13 < if not self.prevsonginfo or mpdh.get(self.songinfo, 'file') != mpdh.get(self.prevsonginfo, 'file'):
14 < self.current_center_song_in_list()
15 ---
16 > # if self.songinfo:
17 > # if not self.prevsonginfo or mpdh.get(self.songinfo, 'file') != mpdh.get(self.prevsonginfo, 'file'):
18 > # self.current_center_song_in_list()
19 4510,4511c4510,4511
20 < if self.status and self.status['state'] in ['play','pause']:
21 < gobject.idle_add(self.current_center_song_in_list)
22 ---
23 > # if self.status and self.status['state'] in ['play','pause']:
24 > # gobject.idle_add(self.current_center_song_in_list)
25 7376c7376
26 < gobject.idle_add(self.current_center_song_in_list)
27 ---
28 > # gobject.idle_add(self.current_center_song_in_list)