Changeset 2818
- Timestamp:
- 08/23/07 17:40:44 (6 years ago)
- Location:
- trunk/src/target/OM-2007.2/applications/openmoko-dialer2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
src/moko-notify.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog
r2817 r2818 1 2007-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 1 7 2007-08-23 Neil J. Patel <njp@o-hand.com> 2 8 -
trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-notify.c
r2817 r2818 120 120 if (!priv->pac) 121 121 return; 122 g_print ("Tone finished"); 123 122 124 123 if (priv->started) 125 g_timeout_add (1 000, (GSourceFunc)play_timeout, (gpointer)notify);124 g_timeout_add (1500, (GSourceFunc)play_timeout, (gpointer)notify); 126 125 } 127 126 … … 136 135 if (!priv->pac) 137 136 return; 138 139 g_print ("Playing tone"); 137 140 138 pa_context_play_sample (priv->pac, 141 " touchscreen",139 "x11-bell", 142 140 NULL, 143 141 PA_VOLUME_NORM,
Note: See TracChangeset
for help on using the changeset viewer.
