FreeBSD Bugzilla – Attachment 104614 Details for
Bug 144821
[patch] audio/xmms2 : update to version 0.7 DrNo.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
abraca.diff
abraca.diff (text/plain), 863 bytes, created by
Guido Falsi
on 2010-11-21 22:16:09 UTC
(
hide
)
Description:
abraca.diff
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2010-11-21 22:16:09 UTC
Size:
863 bytes
patch
obsolete
>diff -ruN abraca.old/files/patch-src-components-playlist-playlist_model.vala abraca/files/patch-src-components-playlist-playlist_model.vala >--- abraca.old/files/patch-src-components-playlist-playlist_model.vala 1970-01-01 01:00:00.000000000 +0100 >+++ abraca/files/patch-src-components-playlist-playlist_model.vala 2010-11-21 23:14:13.000000000 +0100 >@@ -0,0 +1,14 @@ >+--- src/components/playlist/playlist_model.vala.orig 2010-04-03 04:19:53.000000000 +0200 >++++ src/components/playlist/playlist_model.vala 2010-11-21 22:17:26.000000000 +0100 >+@@ -136,9 +136,9 @@ >+ if (iter_nth_child (out iter, null, pos) && >+ iter_nth_child(out niter, null, npos)) { >+ if (pos < npos) { >+- move_after (iter, niter); >++ move_after (ref iter, niter); >+ } else { >+- move_before (iter, niter); >++ move_before (ref iter, niter); >+ } >+ } >+ }
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 144821
:
104609
|
104610
|
104611
|
104612
|
104613
| 104614