[rygel/wip/update-object] Undo another code style fix.
- From: Krzesimir Nowak <krnowak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel/wip/update-object] Undo another code style fix.
- Date: Wed, 24 Oct 2012 07:52:53 +0000 (UTC)
commit 8df8ce57e85c2cfc0c4d47905199a31e8ab15852
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]