Changeset 2818


Ignore:
Timestamp:
08/23/07 17:40:44 (6 years ago)
Author:
njp
Message:

2007-08-23 Neil J. Patel <njp@…>

  • src/moko-notify.c: (on_sound_finished), (moko_notify_start_ringtone): Remove debugging printf's as everything works!
Location:
trunk/src/target/OM-2007.2/applications/openmoko-dialer2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog

    r2817 r2818  
     12007-08-23  Neil J. Patel  <njp@o-hand.com> 
     2 
     3        * src/moko-notify.c: (on_sound_finished), 
     4        (moko_notify_start_ringtone): 
     5        Remove debugging printf's as everything works! 
     6 
    172007-08-23  Neil J. Patel  <njp@o-hand.com> 
    28 
  • trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-notify.c

    r2817 r2818  
    120120  if (!priv->pac) 
    121121    return; 
    122   g_print ("Tone finished"); 
    123   
     122   
    124123  if (priv->started) 
    125     g_timeout_add (1000, (GSourceFunc)play_timeout, (gpointer)notify); 
     124    g_timeout_add (1500, (GSourceFunc)play_timeout, (gpointer)notify); 
    126125} 
    127126 
     
    136135  if (!priv->pac) 
    137136    return; 
    138    
    139   g_print ("Playing tone"); 
     137 
    140138  pa_context_play_sample (priv->pac, 
    141                           "touchscreen", 
     139                          "x11-bell", 
    142140                          NULL, 
    143141                          PA_VOLUME_NORM, 
Note: See TracChangeset for help on using the changeset viewer.