diff src/dockalbumart/dockalbumart.c @ 1976:5fa26178eaef

s/tuple_/aud_tuple_/g
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 00:22:59 -0500
parents e8ea3a76a84e
children 0803fba87da8
line wrap: on
line diff
--- a/src/dockalbumart/dockalbumart.c	Wed Oct 03 17:24:59 2007 +0200
+++ b/src/dockalbumart/dockalbumart.c	Sun Oct 07 00:22:59 2007 -0500
@@ -83,8 +83,8 @@
     gchar *tmp;
     const gchar *file_path, *file_name;
 
-    file_name = tuple_get_string(tuple, FIELD_FILE_NAME, NULL);
-    file_path = tuple_get_string(tuple, FIELD_FILE_PATH, NULL);
+    file_name = aud_tuple_get_string(tuple, FIELD_FILE_NAME, NULL);
+    file_path = aud_tuple_get_string(tuple, FIELD_FILE_PATH, NULL);
 
     if (file_name != NULL && file_path != NULL)
     {