r2788 - in trunk/src/target/OM-2007.2/applications/openmoko-dialer2: . src

njp at sita.openmoko.org njp at sita.openmoko.org
Wed Aug 22 17:37:47 CEST 2007


Author: njp
Date: 2007-08-22 17:37:47 +0200 (Wed, 22 Aug 2007)
New Revision: 2788

Modified:
   trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog
   trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-notify.c
Log:
2007-08-22  Neil J. Patel  <njp at o-hand.com>

	* src/moko-notify.c: (moko_notify_start), (moko_notify_stop):
	Disable ringtone, as gstreamer seems to be taking an age doing anything
	useful, and at the same time, blocking the UI.

Modified: trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog	2007-08-22 15:37:16 UTC (rev 2787)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog	2007-08-22 15:37:47 UTC (rev 2788)
@@ -1,5 +1,11 @@
 2007-08-22  Neil J. Patel  <njp at o-hand.com>
 
+	* src/moko-notify.c: (moko_notify_start), (moko_notify_stop):
+	Disable ringtone, as gstreamer seems to be taking an age doing anything
+	useful, and at the same time, blocking the UI.
+
+2007-08-22  Neil J. Patel  <njp at o-hand.com>
+
 	* src/moko-dialer.c: (on_talking_accept_call):
 	Fix ordering here as well.
 

Modified: trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-notify.c
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-notify.c	2007-08-22 15:37:16 UTC (rev 2787)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-notify.c	2007-08-22 15:37:47 UTC (rev 2788)
@@ -258,7 +258,7 @@
 
   moko_notify_check_brightness ();
   moko_notify_start_vibrate ();
-  moko_notify_start_ringtone (notify);
+  //moko_notify_start_ringtone (notify);
 }
 
 /* Stop the ringtone and the vibration alert */
@@ -275,7 +275,7 @@
   priv->started = FALSE;
  
   moko_notify_stop_vibrate ();
-  moko_notify_stop_ringtone (notify);
+  //moko_notify_stop_ringtone (notify);
 }
 
 /* GObject functions */





More information about the commitlog mailing list