Thank Dom,
The accelerators work again.
Cheers
Martin
On Wed, 2008-02-27 at 05:04 +0100, cvs@abisource.com wrote:
> Author: dom
> Date: 2008-02-27 05:04:46 +0100 (Wed, 27 Feb 2008)
> New Revision: 22965
> 
> Modified:
>    abiword/trunk/src/af/util/xp/ut_worker.cpp
> Log:
> if building for gtk+, support ut_idle
> 
> Modified: abiword/trunk/src/af/util/xp/ut_worker.cpp
> ===================================================================
> --- abiword/trunk/src/af/util/xp/ut_worker.cpp	2008-02-27 03:20:26 UTC (rev 22964)
> +++ abiword/trunk/src/af/util/xp/ut_worker.cpp	2008-02-27 04:04:46 UTC (rev 22965)
> @@ -125,7 +125,7 @@
>    
>    // give preference to CAN_USE_IDLE
>  
> -#ifdef SUPPORTS_UT_IDLE
> +#if defined(SUPPORTS_UT_IDLE) || defined(XP_UNIX_TARGET_GTK)
>    if ( mode & IDLE )
>    {
>        tmp = UT_Idle::static_constructor ( cb, data );
> 
> -----------------------------------------------
> To unsubscribe from this list, send a message to
> abisource-cvs-commit-request@abisource.com with the word
> unsubscribe in the message body.
Received on Wed Feb 27 05:40:39 2008
This archive was generated by hypermail 2.1.8 : Wed Feb 27 2008 - 05:40:40 CET