diff src/statusicon/si_ui.c @ 2167:d44adaddae8b

applied a patch from Igor Stirbu, middleclick on SI toggles play/pause
author Cristi Magherusan <majeru@atheme-project.org>
date Fri, 16 Nov 2007 03:35:28 +0200
parents e6522a66278a
children d7acad3d50e8
line wrap: on
line diff
--- a/src/statusicon/si_ui.c	Wed Nov 14 20:21:20 2007 +0900
+++ b/src/statusicon/si_ui.c	Fri Nov 16 03:35:28 2007 +0200
@@ -78,6 +78,12 @@
       break;
     }
 
+    case 2:
+    {
+      si_audacious_toggle_playback();
+      break;
+    }
+
     case 3:
     {
       switch ( si_cfg.rclick_menu )