diff src/libaudclient/audctrl.c @ 2738:1eb06f902923 trunk

[svn] - call SongFrames not SongLength
author nenolod
date Fri, 11 May 2007 13:02:49 -0700
parents ccf3e141fb1e
children c89362b15525
line wrap: on
line diff
--- a/src/libaudclient/audctrl.c	Fri May 11 12:49:05 2007 -0700
+++ b/src/libaudclient/audctrl.c	Fri May 11 13:02:49 2007 -0700
@@ -229,7 +229,7 @@
 
 gint audacious_remote_get_playlist_time(DBusGProxy *proxy, gint pos) {
     gint out;
-    org_atheme_audacious_song_length(proxy, pos, &out, &error);
+    org_atheme_audacious_song_frames(proxy, pos, &out, &error);
     g_clear_error(&error);
     return out;
 }