[rygel/wip/sync] Undo another code style fix.



commit ffb59785deaa883ba730e642f425f098a2f139b4
Author: Krzesimir Nowak <krnowak openismus com>
Date:   Wed Oct 24 09:52:34 2012 +0200

    Undo another code style fix.

 src/librygel-server/rygel-music-item.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/librygel-server/rygel-music-item.vala b/src/librygel-server/rygel-music-item.vala
index f709e44..51e1d5b 100644
--- a/src/librygel-server/rygel-music-item.vala
+++ b/src/librygel-server/rygel-music-item.vala
@@ -94,7 +94,7 @@ public class Rygel.MusicItem : AudioItem {
         }
     }
 
-    private string get_first (List<DIDLLiteContributor>? contributors) {
+    private string get_first (GLib.List<DIDLLiteContributor>? contributors) {
         if (contributors != null) {
             return contributors.data.name;
         }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]