[rygel/wip/update-object] Undo some style fixes



commit cae159a5a6c399fb76254dfca21e0ffed151ff44
Author: Jens Georg <jensg openismus com>
Date:   Tue Oct 23 22:01:25 2012 +0200

    Undo some style fixes

 src/librygel-server/rygel-photo-item.vala |    2 +-
 src/librygel-server/rygel-video-item.vala |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/librygel-server/rygel-photo-item.vala b/src/librygel-server/rygel-photo-item.vala
index f2fc913..3b58282 100644
--- a/src/librygel-server/rygel-photo-item.vala
+++ b/src/librygel-server/rygel-photo-item.vala
@@ -58,7 +58,7 @@ public class Rygel.PhotoItem : ImageItem {
         }
     }
 
-    private string get_first (List<DIDLLiteContributor>? contributors) {
+    private string get_first (GLib.List<DIDLLiteContributor>? contributors) {
         if (contributors != null) {
             return contributors.data.name;
         }
diff --git a/src/librygel-server/rygel-video-item.vala b/src/librygel-server/rygel-video-item.vala
index c91bbf9..a35af7b 100644
--- a/src/librygel-server/rygel-video-item.vala
+++ b/src/librygel-server/rygel-video-item.vala
@@ -137,7 +137,7 @@ public class Rygel.VideoItem : AudioItem, VisualItem {
         }
     }
 
-    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]