changeset 2603:45cfb49a8d1c

usee audacious_drct_get_length
author Tomasz Mon <desowin@gmail.com>
date Wed, 21 May 2008 13:16:27 +0200
parents 7cd898f08f31
children e732655e8191 63015dd66abb
files src/skins/ui_main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/skins/ui_main.c	Wed May 21 12:37:40 2008 +0200
+++ b/src/skins/ui_main.c	Wed May 21 13:16:27 2008 +0200
@@ -2501,7 +2501,7 @@
         return FALSE;
 
     gint time = audacious_drct_get_time();
-    gint length = audacious_drct_pl_get_length();
+    gint length = audacious_drct_get_length();
     gint t;
     gchar stime_prefix;