diff src/audacious/controlsocket.c @ 2500:04642d2d0941 trunk

[svn] - split out jump to track
author nenolod
date Sat, 10 Feb 2007 20:47:46 -0800
parents 847213941224
children c2b49ba4be45
line wrap: on
line diff
--- a/src/audacious/controlsocket.c	Sat Feb 10 20:21:42 2007 -0800
+++ b/src/audacious/controlsocket.c	Sat Feb 10 20:47:46 2007 -0800
@@ -55,6 +55,7 @@
 #include "ui_preferences.h"
 #include "libaudacious/beepctrl.h"
 #include "memorypool.h"
+#include "ui_jumptotrack.h"
 
 #define CTRLSOCKET_BACKLOG        100
 #define CTRLSOCKET_TIMEOUT        100000
@@ -715,7 +716,7 @@
         case CMD_SHOW_JTF_BOX:
 	    if (has_x11_connection != TRUE)
                 break;
-            mainwin_jump_to_file();
+            ui_jump_to_track();
             break;
         case CMD_TOGGLE_AOT:
 	    if (has_x11_connection != TRUE)