[libdmapsharing] Fix pixel-height and pixel-width Signed-off-by: W. Michael Petullo <mike flyn org>



commit 0a9bf02db5b6d6debf30674c9bbba2e3392e8f75
Author: W. Michael Petullo <mike flyn org>
Date:   Mon Jan 3 17:11:34 2011 -0600

    Fix pixel-height and pixel-width
    Signed-off-by: W. Michael Petullo <mike flyn org>

 libdmapsharing/dpap-connection.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libdmapsharing/dpap-connection.c b/libdmapsharing/dpap-connection.c
index 8028297..6a91c46 100644
--- a/libdmapsharing/dpap-connection.c
+++ b/libdmapsharing/dpap-connection.c
@@ -124,8 +124,8 @@ handle_mlcl (DMAPConnection *connection, DMAPRecordFactory *factory, GNode *n, i
 		     "format", format,
 		     "filesize", filesize,
 		     "large-filesize", large_filesize,
-		     "height", height,
-		     "width", width,
+		     "pixel-height", height,
+		     "pixel-width", width,
 		     "rating", rating,
 		     "comments", comments,
 		     "thumbnail", ptr,



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