Mercurial > audlegacy
comparison 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 |
comparison
equal
deleted
inserted
replaced
2499:15a1f5ee4d1c | 2500:04642d2d0941 |
---|---|
53 #include "playlist.h" | 53 #include "playlist.h" |
54 #include "ui_playlist.h" | 54 #include "ui_playlist.h" |
55 #include "ui_preferences.h" | 55 #include "ui_preferences.h" |
56 #include "libaudacious/beepctrl.h" | 56 #include "libaudacious/beepctrl.h" |
57 #include "memorypool.h" | 57 #include "memorypool.h" |
58 #include "ui_jumptotrack.h" | |
58 | 59 |
59 #define CTRLSOCKET_BACKLOG 100 | 60 #define CTRLSOCKET_BACKLOG 100 |
60 #define CTRLSOCKET_TIMEOUT 100000 | 61 #define CTRLSOCKET_TIMEOUT 100000 |
61 | 62 |
62 | 63 |
713 show_prefs_window(); | 714 show_prefs_window(); |
714 break; | 715 break; |
715 case CMD_SHOW_JTF_BOX: | 716 case CMD_SHOW_JTF_BOX: |
716 if (has_x11_connection != TRUE) | 717 if (has_x11_connection != TRUE) |
717 break; | 718 break; |
718 mainwin_jump_to_file(); | 719 ui_jump_to_track(); |
719 break; | 720 break; |
720 case CMD_TOGGLE_AOT: | 721 case CMD_TOGGLE_AOT: |
721 if (has_x11_connection != TRUE) | 722 if (has_x11_connection != TRUE) |
722 break; | 723 break; |
723 tbool = *((gboolean *) data); | 724 tbool = *((gboolean *) data); |