r2790 - 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:45:52 CEST 2007


Author: njp
Date: 2007-08-22 17:45:50 +0200 (Wed, 22 Aug 2007)
New Revision: 2790

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

	* src/moko-dialer.c: (on_talking_accept_call),
	(on_call_progress_changed):
	Set the 'talking' page when connected.

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:43:57 UTC (rev 2789)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog	2007-08-22 15:45:50 UTC (rev 2790)
@@ -1,5 +1,11 @@
 2007-08-22  Neil J. Patel  <njp at o-hand.com>
 
+	* src/moko-dialer.c: (on_talking_accept_call),
+	(on_call_progress_changed):
+	Set the 'talking' page when connected.
+
+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/src/moko-dialer.c
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer.c	2007-08-22 15:43:57 UTC (rev 2789)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer.c	2007-08-22 15:45:50 UTC (rev 2790)
@@ -317,7 +317,6 @@
   if (priv->status != DIALER_STATUS_INCOMING)
     return;
 
-  moko_talking_accepted_call (MOKO_TALKING (priv->talking), NULL, NULL);
   moko_gsmd_connection_voice_accept (priv->connection);
   
   priv->status = DIALER_STATUS_TALKING;
@@ -596,6 +595,7 @@
       break;
     
     case MOKO_GSMD_PROG_CONNECTED:
+      moko_talking_accepted_call (MOKO_TALKING (priv->talking), NULL, NULL);
       moko_keypad_set_talking (MOKO_KEYPAD (priv->keypad), TRUE);
       g_print ("mokogsmd connected\n");
       break;





More information about the commitlog mailing list