changeset 3041:910bc20f6816

branch merge
author Tomasz Mon <desowin@gmail.com>
date Thu, 12 Jul 2007 12:26:54 +0200
parents 067e0186623a (current diff) c981df78db8c (diff)
children 01ae56759d15
files src/audacious/playback.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/playback.c	Thu Jul 12 12:26:18 2007 +0200
+++ b/src/audacious/playback.c	Thu Jul 12 12:26:54 2007 +0200
@@ -137,6 +137,11 @@
         get_current_input_playback()->plugin->pause(get_current_input_playback(),
 						    ip_data.paused);
 
+    if (ip_data.paused)
+        hook_call("playback pause", NULL);
+    else
+        hook_call("playback unpause", NULL);
+
     g_return_if_fail(mainwin_playstatus != NULL);
 
     if (ip_data.paused)