changeset 2868:9e9293b87392

playing without restart
author Paula Stanciu <paula.stanciu@gmail.com>
date Thu, 07 Aug 2008 12:12:03 +0300
parents dc22e3d2e56e
children 638c3d599f20
files src/bluetooth/bluetooth.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/bluetooth/bluetooth.c	Thu Aug 07 12:11:09 2008 +0300
+++ b/src/bluetooth/bluetooth.c	Thu Aug 07 12:12:03 2008 +0300
@@ -218,7 +218,9 @@
 
     printf("play callback\n");
     close_window();
-    show_restart_dialog();
+    aud_output_plugin_cleanup();
+    audacious_drct_stop();
+    audacious_drct_play();
 
 
 }