diff options
Diffstat (limited to 'audio/xmms-mailnotify/files/patch-mailnotify.c_3')
-rw-r--r-- | audio/xmms-mailnotify/files/patch-mailnotify.c_3 | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/audio/xmms-mailnotify/files/patch-mailnotify.c_3 b/audio/xmms-mailnotify/files/patch-mailnotify.c_3 deleted file mode 100644 index a9c55359fe45..000000000000 --- a/audio/xmms-mailnotify/files/patch-mailnotify.c_3 +++ /dev/null @@ -1,26 +0,0 @@ ---- mailnotify.c.orig Mon Mar 31 16:55:38 2003 -+++ mailnotify.c Mon Mar 31 16:55:52 2003 -@@ -675,16 +675,18 @@ - dummy = xmms_remote_get_playlist_file(mailnotify.xmms_session, saved_position); - printf(" which is %s\n", dummy); - #endif -- if(!wasplaying) -- xmms_remote_stop(mailnotify.xmms_session); -- -+ xmms_remote_stop(mailnotify.xmms_session); - xmms_remote_set_playlist_pos(mailnotify.xmms_session, saved_position); - xmms_remote_playlist_delete(mailnotify.xmms_session, afpos); - --#ifdef CONTINUE_WHERE_INTERRUPTED - if(wasplaying) -+ { -+ xmms_remote_play(mailnotify.xmms_session); -+#ifdef CONTINUE_WHERE_INTERRUPTED - xmms_remote_jump_to_time(mailnotify.xmms_session, saved_offset); - #endif -+ } -+ - } - else - { - |