Update one sample for a small API change
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 11 Sep 2009 08:10:34 +0000 (10:10 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 11 Sep 2009 08:14:43 +0000 (10:14 +0200)
samples/MetaData.cs

index 4c92029..16e1dee 100644 (file)
@@ -55,9 +55,10 @@ public class MetaData {
           return true;
 
         case MessageType.Tag:
+         Pad pad;
           TagList new_tags;
 
-          message.ParseTag (out new_tags);
+          message.ParseTag (out pad, out new_tags);
 
           if (tags != null) {
             tags = tags.Merge (new_tags, TagMergeMode.KeepAll);