comparison 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
comparison
equal deleted inserted replaced
2166:9fa5a7884514 2167:d44adaddae8b
73 switch ( event->button ) 73 switch ( event->button )
74 { 74 {
75 case 1: 75 case 1:
76 { 76 {
77 si_audacious_toggle_visibility(); 77 si_audacious_toggle_visibility();
78 break;
79 }
80
81 case 2:
82 {
83 si_audacious_toggle_playback();
78 break; 84 break;
79 } 85 }
80 86
81 case 3: 87 case 3:
82 { 88 {