Mercurial > audlegacy-plugins
changeset 2161:e6522a66278a
applied a patch from chrome|debian, fixes bug#56
author | Cristi Magherusan <majeru@atheme-project.org> |
---|---|
date | Sat, 10 Nov 2007 21:26:55 +0200 |
parents | 5ba49a9c053c |
children | bcd729411d7c |
files | src/statusicon/si_ui.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/statusicon/si_ui.c Fri Nov 09 00:08:06 2007 +0200 +++ b/src/statusicon/si_ui.c Sat Nov 10 21:26:55 2007 +0200 @@ -499,7 +499,7 @@ g_object_set_data( G_OBJECT(si_evbox) , "popup_active" , GINT_TO_POINTER(0) ); g_object_set_data( G_OBJECT(si_evbox) , "popup" , si_popup ); - g_signal_connect( G_OBJECT(si_evbox) , "button-press-event" , + g_signal_connect( G_OBJECT(si_evbox) , "button-release-event" , G_CALLBACK(si_ui_statusicon_cb_btpress) , NULL ); g_signal_connect( G_OBJECT(si_evbox) , "scroll-event" , G_CALLBACK(si_ui_statusicon_cb_btscroll) , NULL );