[maemo-commits] [maemo-commits] r15365 - in projects/haf/trunk/gail: . debian gail
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Apr 8 15:17:09 EEST 2008
- Previous message: [maemo-commits] r15364 - projects/connectivity/osso-gwobex/tags
- Next message: [maemo-commits] r15366 - projects/haf/tags/gail
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: atdomoko Date: 2008-04-08 15:17:08 +0300 (Tue, 08 Apr 2008) New Revision: 15365 Modified: projects/haf/trunk/gail/ChangeLog projects/haf/trunk/gail/debian/changelog projects/haf/trunk/gail/gail/gailbutton.c Log: fix for NB#83577 Modified: projects/haf/trunk/gail/ChangeLog =================================================================== --- projects/haf/trunk/gail/ChangeLog 2008-04-08 12:15:35 UTC (rev 15364) +++ projects/haf/trunk/gail/ChangeLog 2008-04-08 12:17:08 UTC (rev 15365) @@ -1,5 +1,11 @@ 2008-04-01 Attila Domokos <attila.domokos at nokia.com> + * gail/gailbutton.c + a little enhancement to the fix applied to NB#24426 + * Fixes: NB#83577 + +2008-04-01 Attila Domokos <attila.domokos at nokia.com> + * gail/gailtextview.c (insert_handler): refactoring insert_idle_handler in order to use this functionality in two different ways, with the GDK_THREADS_ENTER Modified: projects/haf/trunk/gail/debian/changelog =================================================================== --- projects/haf/trunk/gail/debian/changelog 2008-04-08 12:15:35 UTC (rev 15364) +++ projects/haf/trunk/gail/debian/changelog 2008-04-08 12:17:08 UTC (rev 15365) @@ -1,3 +1,12 @@ +gail (1.18.0-osso14) unstable; urgency=low + + + * gail/gailbutton.c + a little enhancement to the fix commited for NB#24426 + * Fixes: NB#83577 + + -- Attila Domokos <attila.domokos at nokia.com> Tue, 8 Apr 2008 15:12:23 +0200 + gail (1.18.0-osso13) unstable; urgency=low * gail/gailtextview.c Modified: projects/haf/trunk/gail/gail/gailbutton.c =================================================================== --- projects/haf/trunk/gail/gail/gailbutton.c 2008-04-08 12:15:35 UTC (rev 15364) +++ projects/haf/trunk/gail/gail/gailbutton.c 2008-04-08 12:17:08 UTC (rev 15365) @@ -619,7 +619,10 @@ /* then a release */ tmp_event.button.type = GDK_BUTTON_RELEASE; - gtk_widget_event (widget, &tmp_event); + gtk_widget_event (widget, &tmp_event); + button->in_button = FALSE; + gtk_button_leave (button); + break; case 1: button->in_button = TRUE;
- Previous message: [maemo-commits] r15364 - projects/connectivity/osso-gwobex/tags
- Next message: [maemo-commits] r15366 - projects/haf/tags/gail
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]