- Timestamp:
- 02/10/08 16:09:16 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/OM-2007.2/daemons/neod/src/buttonactions.c
r3984 r4040 329 329 { 330 330 if ( moko_debug ) g_debug( "triggering aux timer" ); 331 aux_timer = g_timeout_add _seconds( 1, (GSourceFunc) neod_buttonactions_aux_timeout, (gpointer)1 );331 aux_timer = g_timeout_add( 1000, (GSourceFunc) neod_buttonactions_aux_timeout, (gpointer)1 ); 332 332 } 333 333 else if ( event.value == 0 ) /* released */ … … 348 348 { 349 349 if ( moko_debug ) g_debug( "triggering power timer" ); 350 power_timer = g_timeout_add _seconds( 1, (GSourceFunc) neod_buttonactions_power_timeout, (gpointer)1 );350 power_timer = g_timeout_add( 1000, (GSourceFunc) neod_buttonactions_power_timeout, (gpointer)1 ); 351 351 } 352 352 else if ( event.value == 0 ) /* released */
Note: See TracChangeset
for help on using the changeset viewer.
